Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/****************************** Module Header ******************************\
* Module Name: audit.h * * Copyright (c) 1991, Microsoft Corporation * * Defines utility routines that deal with the system audit log * * History: * 12-09-91 Davidc Created. \***************************************************************************/
//
// Exported function prototypes
//
BOOL GetAuditLogStatus( PGLOBALS );
BOOL DisableAuditing( );
DWORD GenerateCachedUnlockAudit( IN PSID pUserSid, IN PCWSTR pszUser, IN PCWSTR pszDomain );
|