Sm_PolicyApi_FreeStringArray()

Frees string arrays that were allocated by the Policy Management API.
sm1252sp1
Frees string arrays that were allocated by the Policy Management API.
Type
Utility function.
Syntax
int SM_EXTERN Sm_PolicyApi_FreeStringArray (
char*pszStringArray[]
);
Parameter
I/O
Description
pszStringArray
I
A pointer to an array of pointers that point to null-terminated strings.
Returns
This function always returns Sm_PolicyApi_Success.