mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 08:31:57 +00:00
[SHELL32][SDK] Implement IsSuspendAllowed (#5831)
- Add IsShutdownAllowed helper function. - Add IsSuspendAllowed prototype to <undocshell.h>. - Implement IsSuspendAllowed function.
This commit is contained in:
parent
be8a6f8af1
commit
995f56d1d3
3 changed files with 15 additions and 11 deletions
|
@ -697,6 +697,7 @@ SHInvokePrivilegedFunctionW(
|
|||
|
||||
BOOL WINAPI
|
||||
SHTestTokenPrivilegeW(_In_opt_ HANDLE hToken, _In_z_ LPCWSTR lpName);
|
||||
BOOL WINAPI IsSuspendAllowed(VOID);
|
||||
|
||||
/*****************************************************************************
|
||||
* Shell32 resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue