diff options
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index bc818e77..9ae9d5b2 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -510,6 +510,9 @@ void AllowMessageInUIPI (UINT msg); BOOL IsRepeatedByteArray (byte value, const byte* buffer, size_t bufferSize); BOOL TranslateVolumeID (HWND hwndDlg, wchar_t* pathValue, size_t cchPathValue); BOOL CopyTextToClipboard (const wchar_t* txtValue); +BOOL LaunchElevatedProcess (HWND hwndDlg, const wchar_t* szModPath, const wchar_t* args); +BOOL GetFreeDriveLetter(WCHAR* pCh); +BOOL RaisePrivileges(void); #ifdef __cplusplus } |