This function converts the specified string to eDirectory GUID format.
#include <nitlibext.h>
int LIBNIT_StringToGUID (
const char *guidstr,
NIT_GUID_t *edirguid
)
(IN) Specifies the string.
(OUT) Returns the eDirectory GUID of the specified string.
|
0 |
NIT_SUCCESS |
Success |
|
-9014 |
NITERR_INVALID_PARAMETER |
The parameters passed are NULL or invalid. |