3.1.4.2.16 Receiving an EfsRpcGetEncryptedFileMetadata Message (Opnum 18)

On receiving the EfsRpcGetEncryptedFileMetadata method call, an EFSRPC server SHOULD ignore the input parameters and return a nonzero value. The server MAY choose to act on this method in an implementation-specific manner.<55>

 DWORD EfsRpcGetEncryptedFileMetadata(
   [in] handle_t binding_h,
   [in, string, ref] wchar_t* FileName,
   [out, ref] EFS_RPC_BLOB** EfsStreamBlob
 );

binding_h: This is an RPC binding handle parameter, as specified in [C706] and [MS-RPCE] section 2.

FileName: An EFSRPC identifier, as specified in section 2.2.1.

EfsStreamBlob: The server SHOULD ignore this parameter.<56>

Return Values: The server SHOULD return a nonzero value.<57>