3.1.4.9 ICatalogTableWrite

The ICatalogTableWrite interface provides a method to write entries to 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 {0E3D6631-B46B-11D1-9D2D-006008B0E5CA} for this interface.

This interface includes the following methods beyond those of IUnknown.

Methods in RPC Opnum Order

Method

Description

WriteTable

Writes entries to a table.

Opnum: 3

All methods MUST NOT throw exceptions.