3.2.4.2.9.13 LogResult (get) (Opnum 24)

The LogResult (get) method returns the log result property of the action. The log result property determines if the server will log an application event when the executable started for this action terminates.

 [propget, id(FSRM_PROPERTY(FSRM_DISPID_ACTION_COMMAND | 0x07))] HRESULT LogResult(
   [out, retval] VARIANT_BOOL* logResults
 );

logResults:  Pointer to a variable that upon completion contains the log result property of the action.

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

Return value/code

Description

0x80070057

E_INVALIDARG

The logResults parameter is NULL.

Upon receiving this message, the server MUST validate parameters:

  • Verify that logResults is not NULL.

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

The server MUST set logResults to the log result property of the action.