Platform SDK: Network Management

McastGenUID

The McastGenUID function generates a unique identifier, subsequently used by clients to request and renew addresses.

DWORD APIENTRY McastGenUID(
  LPMCAST_CLIENT_UID pRequestID    
);

Parameters

pRequestID
[in] Pointer to the MCAST_CLIENT_UID structure into which the unique identifier is stored. The size of the buffer to which pRequestID points must be at least MCAST_CLIENT_ID_LEN in size.

Return Values

The McastGenUID function returns the status of the operation.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Madcapcl.h.