A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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

VB.NET
System.Guid

Operating Systems Supported
Requires Windows NT 3.1 or later; Requires Windows 95 or later

Library
Ole32

Parameter Information
- pguid
[out] Pointer to the requested GUID on return.

Return Values
- S_OK
The GUID was successfully created.

Last update: 07 April 2006