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