SmDirFreeStringArray()

The stmndr Policy Server calls SmDirFreeStringArray() to free memory allocated for the specified string array in lpszStringArray. For example, after a call to SmDirEnumerate(), the stmndr Policy Server calls SmDirFreeStringArray() to free memory allocated for parameter lpszDNs, then calls SmDirFreeStringArray() again to free memory allocated for parameter lpszClasses.
casso127
The
CA Single Sign-On
Policy Server calls SmDirFreeStringArray() to free memory allocated for the specified string array in
lpszStringArray
. For example, after a call to SmDirEnumerate(), the
CA Single Sign-On
Policy Server calls SmDirFreeStringArray() to free memory allocated for parameter
lpszDNs
, then calls SmDirFreeStringArray() again to free memory allocated for parameter
lpszClasses
.
Syntax
void SM_EXTERN SmDirFreeStringArray (
   char* 
lpszStringArray
);
Parameter
I/O
Description
lpszStringArray
I
String array for which the allocated memory is to be freed.