3.1.4.10 IRegister
The IRegister interface provides a method for registration, as specified in section 1.3.6. 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 {8DB2180E-BD29-11D1-8B7E-00C04FD7A924} for this interface.
This interface includes the following methods beyond those of IUnknown.
Methods in RPC Opnum Order
Method |
Description |
---|---|
Registers the components in one or more modules. Opnum: 3 |
|
Opnum4NotUsedOnWire |
Reserved for local use. Opnum: 4 |
In the previous table, the phrase "Reserved for local use" means that the client MUST NOT send the opnum and the server behavior is undefined because it does not affect interoperability.<316>