mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[ui] produce a sound and flash taskbar icon on success/error
* Closes #973
This commit is contained in:
parent
bfecb9e29f
commit
92d046e663
4 changed files with 28 additions and 6 deletions
|
@ -502,6 +502,7 @@ extern BOOL SetFormatPromptHook(void);
|
|||
extern void ClrFormatPromptHook(void);
|
||||
extern BOOL SearchProcess(char* HandleName, BOOL bPartialMatch, BOOL bIgnoreSelf);
|
||||
extern BOOL EnablePrivileges(void);
|
||||
extern void FlashTaskbar(HANDLE handle);
|
||||
|
||||
DWORD WINAPI FormatThread(void* param);
|
||||
DWORD WINAPI SaveImageThread(void* param);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue