This document is archived and information here might be outdated. Recommended version. |
The source catalog.
[Visual Basic .NET]
Public Property Catalog As Object
[C#]
public object Catalog {get; set;}
[C++]
HRESULT get_Catalog(
IUnknown Pointer* ppCatalog
);
[C++]
HRESULT putref_Catalog(
LPUNKNOWN ppCatalog
);
[C++] Parameters ppCatalog [out, retval]
ppCatalog is a parameter of type IUnknown* ppCatalog [in]
ppCatalog is a parameter of type IUnknown