UuidCreateNil function (rpcdce.h)

The UuidCreateNil function creates a nil-valued UUID.

Syntax

RPC_STATUS UuidCreateNil(
  UUID *NilUuid
);

Parameters

NilUuid

Returns a nil-valued UUID.

Return value

Returns RPC_S_OK.

Note  For a list of valid error codes, see RPC Return Values.
 

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header rpcdce.h (include Rpc.h)
Library Rpcrt4.lib
DLL Rpcrt4.dll

See also

UuidCreate

UuidFromString

UuidToString