3.2.4.2.11.10 EnableScreeningAudit (put) (Opnum 16)

The EnableScreeningAudit (put) method sets the Enable file screen audit value for the File Server Resource Manager Protocol to use, and returns S_OK upon successful completion.

 [propput, id(FSRM_PROPERTY(FSRM_DISPID_SETTING | 0x05))] HRESULT EnableScreeningAudit(
   [in] VARIANT_BOOL enableScreeningAudit
 );

enableScreeningAudit: Contains the Enable file screen audit value for the File Server Resource Manager Protocol to use.

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

The server MUST set the Enable file screen audit value to the enableScreeningAudit parameter or return a nonzero error code.