aboutsummaryrefslogtreecommitdiff
path: root/src/libs/dutil/WixToolset.DUtil/inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc')
-rw-r--r--src/libs/dutil/WixToolset.DUtil/inc/procutil.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/inc/procutil.h b/src/libs/dutil/WixToolset.DUtil/inc/procutil.h
index e7e91705..974003eb 100644
--- a/src/libs/dutil/WixToolset.DUtil/inc/procutil.h
+++ b/src/libs/dutil/WixToolset.DUtil/inc/procutil.h
@@ -28,7 +28,10 @@ HRESULT DAPI ProcGetTokenInformation(
28 __in TOKEN_INFORMATION_CLASS tokenInformationClass, 28 __in TOKEN_INFORMATION_CLASS tokenInformationClass,
29 __out LPVOID* ppvTokenInformation 29 __out LPVOID* ppvTokenInformation
30 ); 30 );
31 31HRESULT DAPI ProcIsHighIntegrity(
32 __in HANDLE hProcess,
33 __out BOOL* pfHighIntegrity
34 );
32HRESULT DAPI ProcHasPrivilege( 35HRESULT DAPI ProcHasPrivilege(
33 __in HANDLE hProcess, 36 __in HANDLE hProcess,
34 __in LPCWSTR wzPrivilegeName, 37 __in LPCWSTR wzPrivilegeName,