windows-nt/Source/XPSP1/NT/shell/osshell/security/inc/priv.h
2020-09-26 16:20:57 +08:00

26 lines
499 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: priv.h
//
//--------------------------------------------------------------------------
#ifndef _PRIV_H_
#define _PRIV_H_
#ifdef __cplusplus
extern "C" {
#endif
HANDLE EnablePrivileges(PDWORD pdwPrivileges, ULONG cPrivileges);
void ReleasePrivileges(HANDLE hToken);
#ifdef __cplusplus
}
#endif
#endif // _PRIV_H_