This function converts the specified Active Directory SID to a string.
#include <nitlibext.h>
int LIBNIT_SIDToString (
const NIT_SID_t *adsid,
char *sidstr
)
(IN) Specifies the Active Directory SID value.
(OUT) Returns a '\0' terminated string.
|
0 |
NIT_SUCCESS |
Success |
|
-9014 |
NITERR_INVALID_PARAMETER |
The parameters passed are NULL or invalid. |