3.1.4.2 IProcessDump
The IProcessDump interface provides methods for a client to request a process dump of a process containing an instance container on the COMT server. This interface inherits from IDispatch, as specified in [MS-OAUT] section 3.1.4. The version for this interface is 0.0.
To receive incoming remote calls for this interface, the server MUST implement a DCOM object class with the CLSID CLSID_ProcessDump (as specified in section 1.9) by using the UUID {23C9DD26-2355-4FE2-84DE-F779A238ADBD} for this interface.
This interface includes the following methods beyond those of IDispatch.
Methods in RPC Opnum Order
|
Method |
Description |
|---|---|
|
Returns a result indicating whether or not process dump is supported. Opnum: 7 |
|
|
Requests a process dump. Opnum: 8 |
All methods MUST NOT throw exceptions.