v2.32
 
IGuidCollection Interface Reference

Represents a GUID collection. More...

Inheritance diagram for IGuidCollection:

Public Member Functions

HRESULT Get ([in] int index, [out, retval] GUID *pGUID)
 Returns the GUID by index.
 
HRESULT GetS ([in] int index, [out, retval] BSTR *pGUID)
 Same as IGuidCollection::Get, but returning GUID as a string.
 

Properties

int Count [get]
 The number of items.
 

Detailed Description

Represents a GUID collection.