3.2.4.2.42.2 ExecutionOption (get) (Opnum 24)

The ExecutionOption (get) method returns the execution option of the classification rule as defined in the FsrmExecutionOption (section 2.2.2.5.1.1) enumeration.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_CLASSIFICATION_RULE | 0x01))] HRESULT ExecutionOption(
   [out, retval] FsrmExecutionOption* executionOption
 );

executionOption: Pointer to a variable that upon completion contains the execution option of the classification rule.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The executionOption parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that executionOption is not NULL.

The server MUST set executionOption to the execution option of the classification rule or return a nonzero error code.