2.2.4.7.1 RopMoveFolder ROP Request Buffer

The following descriptions define valid fields for the RopMoveFolder 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

WantAsynchronous

UseUnicode

FolderId

...

...

NewFolderName (variable)

...

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

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.

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

UseUnicode (1 byte):  A Boolean that specifies whether the NewFolderName field contains Unicode characters or multibyte characters.

FolderId (8 bytes):  An identifier that specifies the folder to be moved.

NewFolderName (variable):  A null-terminated multibyte string that specifies the name for the new moved folder. If the value of the UseUnicode field is nonzero, the string is composed of Unicode characters. Otherwise, the string is composed of multibyte characters.