Home
last modified time | relevance | path

Searched refs:SE_DEBUG_NAME (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/lsasrv/
H A Dprivileges.c49 {{SE_DEBUG_PRIVILEGE, 0}, SE_DEBUG_NAME, IDS_DEBUG_PRIVILEGE},
/reactos/modules/rostests/apitests/shell32/
H A DShellExecuteEx.cpp230 enableTokenPrivilege(SE_DEBUG_NAME); in TEST_Start()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c146 if (LookupPrivilegeValueW(NULL, SE_DEBUG_NAME, &tkp.Privileges[0].Luid)) in wWinMain()
/reactos/sdk/include/xdk/
H A Dwinnt_old.h414 #define SE_DEBUG_NAME TEXT("SeDebugPrivilege") macro