Exemple #1
0
 internal static extern bool AuthzReportSecurityEventFromParams(
     uint dwFlags,
     IntPtr providerHandle,
     uint auditId,
     byte[] securityIdentifier,
     AUDIT_PARAMS auditParams);
 public static extern bool AuthzReportSecurityEventFromParams([In] uint dwFlags, [In] SecurityAuditHelper.SafeSecurityAuditHandle providerHandle, [In] uint auditId, [In] byte[] securityIdentifier, [In] ref AUDIT_PARAMS auditParams);