3.3.4.11 RawGetFileDataAsync Completes
Recall that the RawGetFileDataAsync method is supported only in protocol version 0x00050002.
Upon successful completion, the client has received the entire marshaled data (as specified in section 3.2.4.1.14) from the file identified by the specified server context.
The marshaled file data received from this call does not use the Remote Differential Compression Algorithm (as specified in [MS-RDC]) when replicating a changed file.
Actions Triggered: The client MUST persist the data received in the call and MUST call the RdcClose method to dispose of the context handle.
Sequencing: The client MUST NOT issue any other method call with this server context except RdcClose.
Error Handling: Same as for the RawGetFileData method.