2.2.4.8.1 RopCopyFolder ROP Request Buffer
The following descriptions define valid fields for the RopCopyFolder ROP request buffer.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
RopId |
LogonId |
SourceHandleIndex |
DestHandleIndex |
||||||||||||||||||||||||||||
WantAsynchronous |
WantRecursive |
UseUnicode |
FolderId |
||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
NewFolderName (variable) |
||||||||||||||||||||||||||||||
... |
RopId (1 byte): An unsigned integer that specifies the type of ROP. For this operation this field is set to 0x36.
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).
WantRecursive (1 byte): A Boolean that specifies that the copy is recursive.
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 copied.
NewFolderName (variable): A null-terminated multibyte string that specifies the name for the new copied 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.