Sm_PolicyApi_FreeString()

Frees a single string that was allocated by the Policy Management API.
sm1252sp1
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.