3.18.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

Gets an item by index.

Opnum: 8

Item

Sets an item in the collection.

Opnum: 9

_NewEnum

Retrieves an enumerator for the collection.

Opnum: 10

Count

Retrieves a count of the items in the collection.

Opnum: 11

ReadOnly

Retrieves whether the collection is read-only.

Opnum: 12

Add

Adds an item to the collection.

Opnum: 13

Clear

Removes all items from the collection.

Opnum: 14

Copy

Creates a deep read-write copy of the collection.

Opnum: 15

Insert

Inserts an item into the collection at a given position.

Opnum: 16

RemoveAt

Removes an item from the collection.

Opnum: 17

All methods MUST NOT throw exceptions.