3.2.4.2.48.9 OperationType (put) (Opnum 19)

The OperationType (put) method sets the operation type property of the file management job and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_FILE_MANAGEMENT_JOB | 0x04))] HRESULT OperationType(
   [in] FsrmFileManagementType operationType
 );

operationType: Contains the operation type for this file management job.

Return Values: The method MUST return zero on success, or a nonzero error code on failure.

Return value/code

Description

0x80070057

E_INVALIDARG

The operationType parameter is not a valid FsrmFileManagementType (section 2.2.2.9.1.1) value.

Upon receiving this message, the server MUST validate parameters:

  • Verify that operationType contains a valid FsrmFileManagementType (section 2.2.2.9.1.1) value.

If any validation fails, the server MUST terminate processing and return a nonzero error code.

The server MUST set the operation type property of the file management job to the operationType.