2.2.4.6.1 RopMoveCopyMessages ROP Request Buffer

The following descriptions define valid fields for the RopMoveCopyMessages ROP request buffer.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

RopId

LogonId

SourceHandleIndex

DestHandleIndex

MessageIdCount

MessageIds (variable)

...

WantAsynchronous

WantCopy

RopId (1 byte):  An unsigned integer that specifies the type of ROP. For this operation this field is set to 0x33.

LogonId (1 byte):  An unsigned integer that specifies the logon associated with this operation.

SourceHandleIndex (1 byte):  An unsigned integer index that specifies the location in the Server object handle table where the handle for the source Server object is stored. For more information about Server objects, see section 1.3.1.

DestHandleIndex (1 byte):  An unsigned integer index that specifies the location in the Server object handle table where the handle for the destination Server object is stored.

MessageIdCount (2 bytes):  An unsigned integer that specifies the size of the MessageIds field.

MessageIds (variable):  An array of 64-bit identifiers that specifies which messages to move or copy. The number of identifiers contained in this field is specified by the MessageIdCount field.

WantAsynchronous (1 byte):  A Boolean that specifies whether the operation is to be processed asynchronously with status reported via the RopProgress ROP (section 2.2.8.13).

WantCopy (1 byte):  A Boolean that specifies whether the operation is a copy or a move.