UuidCreateNil

The UuidCreateNil function creates a nil-valued UUID.

#include <rpc.h>
RPC_ENTRY UuidCreateNil( 
  UUID *  Nil_Uuid,     
  RPC_STATUS *  Status  
);
 

Parameters

Nil_Uuid
Returns a nil-valued UUID.
Status
Returns any errors that may occur. The parameter is typically set by the function to RPC_S_OK upon return.

Remarks

An application calls the UuidCreateNil routine to create a nil-valued UUID.

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpcdce.h.
  Import Library: Link with rpcrt4.lib.