3.2.4.2.43.15 Account (put) (Opnum 26)

The Account (put) method sets the Account of the pipeline module definition and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_PIPELINE_MODULE_DEFINITION | 0x08))] HRESULT Account(
   [in] FsrmAccountType retrievalAccount
 );

retrievalAccount: Contains the Account of the pipeline module definition to be used when running the classification module.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The retrievalAccount parameter is not a valid FsrmAccountType (section 2.2.1.2.8) value.

Upon receiving this message, the server MUST validate parameters:

  • Verify that retrievalAccount is a valid FsrmAccountType (section 2.2.1.2.8) value. If retrievalAccount is FsrmAccountType_Unknown, the parameter MUST be considered an invalid value.

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

The server MUST set the Module Definition.Account of the pipeline module definition to retrievalAccount.