3.22.4 Message Processing Events and Sequencing Rules

This protocol MUST indicate to the RPC runtime that it is to perform a strict NDR data consistency check at target level 5.0, as specified in [MS-RPCE] section 3.

This interface includes the following methods:

Methods in RPC Opnum Order

Method

Description

Item

Retrieves an item from the collection by index.

Opnum: 8

Item

Replaces an item in the collection by index.

Opnum: 9

_NewEnum

Returns an enumerator over the collection.

Opnum: 10

Count

Returns the number of items in the collection.

Opnum: 11

ReadOnly

Returns whether the collection is read-only.

Opnum: 12

Add

Adds an item to the collection.

Opnum: 13

Clear

Empties the collection.

Opnum: 14

Opnum15NotUsedOnWire

Reserved for local use.

Opnum: 15

Insert

Inserts an item into the collection.

Opnum: 16

RemoveAt

Removes an item from the collection.

Opnum: 17

In the table above, the term "Reserved for local use" means that the client MUST NOT send the opnum, and the server behavior is undefined<29> since it does not affect interoperability.

All methods MUST NOT throw exceptions.