LIBNIT_GUIDToString

This function converts the specified eDirectory GUID to a string.

Syntax

#include <nitlibext.h>
int LIBNIT_GUIDToString (
                          const NIT_GUID_t *edirguid,
                          char *guidstr
                        )

Parameters

edirguid

(IN) Specifies the eDirectory GUID.

guidstr

(OUT) Returns a '\0' terminated string.

Return Values

0

NIT_SUCCESS

Success

-9014

NITERR_INVALID_PARAMETER

The parameters passed are NULL or invalid.