共用方式為


3.1.4.17 ICatalogUtils

The ICatalogUtils interface is a miscellaneous utility interface. 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 {456129E2-1078-11D2-B0F9-00805FC73204} for this interface.

This interface includes the following methods beyond those of IUnknown.

Methods in RPC Opnum Order

Method

Description

ValidateUser

Verifies a user account name and password.

Opnum: 3

WaitForEndWrites

Waits for writes to the catalog to complete.

Opnum: 4

GetEventClassesForIID

Returns the event classes associated with an interface identifier (IID).

Opnum: 5

All methods MUST NOT throw exceptions.