diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/inc')
| -rw-r--r-- | src/libs/dutil/WixToolset.DUtil/inc/procutil.h | 5 |
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 | 31 | HRESULT DAPI ProcIsHighIntegrity( | |
| 32 | __in HANDLE hProcess, | ||
| 33 | __out BOOL* pfHighIntegrity | ||
| 34 | ); | ||
| 32 | HRESULT DAPI ProcHasPrivilege( | 35 | HRESULT DAPI ProcHasPrivilege( |
| 33 | __in HANDLE hProcess, | 36 | __in HANDLE hProcess, |
| 34 | __in LPCWSTR wzPrivilegeName, | 37 | __in LPCWSTR wzPrivilegeName, |
