CoCreateGuid Creates a GUID, a unique 128-bit integer used for CLSIDs and interface identifiers.
VB4-32,5,6
Declare Function CoCreateGuid Lib "ole32" (id As Any) As Long |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
- pguid
[out] Pointer to the requested GUID on return. |
- S_OK
The GUID was successfully created. |
|