Sm_PolicyApi_FreeString()
Frees a single string that was allocated by the Policy Management API.
casso127
Frees a single string that was allocated by the Policy Management API.
Type
Utility function.
Syntax
int SM_EXTERN Sm_PolicyApi_FreeString(char*pszString);
Parameter | I/O | Description |
pszString
| I | A pointer to a null-terminated string. |
Returns
This function always returns Sm_PolicyApi_Success.