LsaSetInformationPolicy(PolicyHandle, InformationClass, Information)
Sets policy options
InformationClass | Type of input expected |
PolicyAuditEventsInformation | (boolean, (int, ...))
First member imdicates whether auditing is enabled or not. Seconed member is a sequence of POLICY_AUDIT_EVENT_* flags specifying which events should be audited. See AuditCategory* values for positions of each event type. |