3.1.4.4 IEventSubscription
The IEventSubscription interface provides methods to get and set the properties of a subscription. This interface inherits opnums 0 through 6 from [MS-OAUT] 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 [MS-DCOM] object class with the class ID CLSID_Subscription (see section 1.9) using the UUID {4A6B0E15-2E38-11D1-9965-00C04FBBB345} for this interface.
The interface includes the following methods beyond those in IDispatch.
Methods in RPC Opnum Order
Method |
Description |
---|---|
Gets the SubscriptionID property of the subscription. Opnum: 7 |
|
Sets the SubscriptionID property of the subscription. Opnum: 8 |
|
Gets the SubscriptionName property of the subscription. Opnum: 9 |
|
Sets the SubscriptionName property of the subscription. Opnum: 10 |
|
Gets the PublisherID property of the subscription. Opnum: 11 |
|
Sets the PublisherID property of the subscription. Opnum: 12 |
|
Gets the EventClassID property of the subscription. Opnum: 13 |
|
Sets the EventClassID property of the subscription. Opnum: 14 |
|
Gets the MethodName property of the subscription. Opnum: 15 |
|
Sets the MethodName property of the subscription. Opnum: 16 |
|
Gets the SubscriberCLSID property of the subscription. Opnum: 17 |
|
Sets the SubscriberCLSID property of the subscription. Opnum: 18 |
|
Gets the SubscriberInterface property of the subscription. Opnum: 19 |
|
Sets the SubscriberInterface property of the subscription. Opnum: 20 |
|
Gets the PerUser property of the subscription. Opnum: 21 |
|
Sets the PerUser property of the subscription. Opnum: 22 |
|
Gets the OwnerSID property of the subscription. Opnum: 23 |
|
Sets the OwnerSID property of the subscription. Opnum: 24 |
|
Gets the Enabled property of the subscription. Opnum: 25 |
|
Sets the Enabled property of the subscription. Opnum: 26 |
|
Gets the Description property of the subscription. Opnum: 27 |
|
Sets the Description property of the subscription. Opnum: 28 |
|
Gets the MachineName property of the subscription. Opnum: 29 |
|
Sets the MachineName property of the subscription. Opnum: 30 |
|
Gets the application-specific publisher property for the subscription. Opnum: 31 |
|
Sets the application-specific publisher property for the subscription. Opnum: 32 |
|
Removes an application-specific publisher property for the subscription. Opnum: 33 |
|
Gets an application-specific publisher properties collection for the subscription. Opnum: 34 |
|
Gets an application-specific subscription property for the subscription. Opnum: 35 |
|
Sets an application-specific subscription property for the subscription. Opnum: 36 |
|
Removes an application-specific subscription property for the subscription. Opnum: 37 |
|
Gets the application-specific subscription properties for the subscription as a collection. Opnum: 38 |
|
Gets the InterfaceID property for the subscription. Opnum: 39 |
|
Sets the InterfaceID property for the subscription. Opnum: 40 |