Guid: Handle (get) |
Returns a pointer to the internal GUID structure.
Public Property Get Handle ( ) As Long
This is provided to allow for APIs to access the actual guid structure directly, since they expect to be accessing a structure, not an object.
Guid style APIs declare the guid parameter something like
ByRef g As VBGUIDIn order to use the VBCorLib Guid then the API would need to be declared something like
ByVal ptrG As Longand pass in the Handle to the guid object.
Read Only.