Source code of Windows XP (NT5)
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.
|
|
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: security.h
//
//--------------------------------------------------------------------------
#ifndef _INC_CSCUI_SECURITY_H
#define _INC_CSCUI_SECURITY_H
DWORD Security_SetPrivilegeAttrib( LPCTSTR PrivilegeName, DWORD NewPrivilegeAttribute, DWORD *OldPrivilegeAttribute);
BOOL IsSidCurrentUser(PSID psid); inline BOOL IsCurrentUserAnAdminMember(VOID) { return IsUserAnAdmin(); } // shlobjp.h, shell32p.lib
#endif _INC_CSCUI_SECURITY_H
|