3.1.4.8 ICatalogTableRead

The ICatalogTableRead interface provides a method to read entries from a catalog table. This interface inherits from IUnknown, as specified in [MS-DCOM] section 3.1.1.5.8.

To receive incoming remote calls for this interface, the server MUST implement a DCOM Object Class with the CLSID CLSID_COMAServer, as specified in section 1.9, using the UUID {0E3D6630-B46B-11D1-9D2D-006008B0E5CA} for this interface.

This interface includes the following methods beyond those of IUnknown.

Methods in RPC Opnum Order

Method

Description

ReadTable

Reads entries from a table.

Opnum: 3

All methods MUST NOT throw exceptions.