Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
The GetCollection method retrieves a local collection without reading any objects from the catalog.
Syntax
HRESULT ICatalog::GetCollection(
BSTR |
bstrCollName |
IDispatch ** |
ppCatalogCollection); |
Parameters
bstrCollName [in]
BSTR containing the name of the collection to retrieve from the catalog.
ppCatalogCollection [out]
Pointer to a pointer to the CatalogCollection object.
Return Values
S_OK
Method completed successfully.
E_INVALIDARG
Invalid collection name passed as a parameter. Can also indicate that an Out parameter is NULL.