3.7.4 Message Processing Events and Sequencing Rules

This DCOM interface inherits the IUnknown interface. Method opnum field values start with 3; opnum values 0 through 2 represent the IUnknown_QueryInterface, IUnknown_AddRef, and IUnknown_Release methods, respectively, as specified in [MS-DCOM].

The IWamAdmin interface includes the following methods.

Methods in RPC Opnum Order

Method

Description

AppCreate

Create an application.

Opnum: 3

AppDelete

Delete an application.

Opnum: 4

AppUnLoad

Stop an application.

Opnum: 5

AppGetStatus

Get the status of an application.

Opnum: 6

AppDeleteRecoverable

Delete the application, saving external state.

Opnum: 7

AppRecover

Recover an application, restoring saved external state.

Opnum: 8