IFsrmActionCommand::put_LogResult method (fsrm.h)

[This property is supported for compatibility but it's recommended to use the FSRM WMI Classes to manage FSRM. Please see the MSFT_FSRMAction, MSFT_FSRMFMJAction, and MSFT_FSRMFMJNotificationAction classes.]

Retrieves or sets a value that determines whether FSRM logs an Application event that contains the return code of the executable program.

This property is read/write.

Syntax

HRESULT put_LogResult(
  VARIANT_BOOL logResults
);

Parameters

logResults

Return value

None

Remarks

For FSRM to log an event, the IFsrmActionCommand::MonitorCommand property must be set to VARIANT_TRUE.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header fsrm.h (include FsrmQuota.h, FsrmScreen.h)
DLL SrmSvc.dll

See also

IFsrmActionCommand

MSFT_FSRMAction

MSFT_FSRMFMJAction

MSFT_FSRMFMJNotificationAction