This structure designates a Globally Unique ID (GUID) that distinguishes one service provider module from another. All GUID values should be computer-generated to guarantee uniqueness. (The GUID generator in Microsoft Developer Studio, the RPC UUIDGEN/uuid_gen program can be used on a number of UNIX-based platforms, and the UUIDEN of the DCE on z/OS can be used to generate a GUID.)
typedef struct cssm_guid{
uint32 Data1;
uint16 Data2;
uint16 Data3;
uint8Data4[8];
} CSSM_GUID, *CSSM_GUID_PTR
Definitions: