[SHELL32][SDK] Implement SHTestTokenPrivilegeW (#5725)

and modify shell32.spec.
This commit is contained in:
Katayama Hirofumi MZ 2023-09-26 07:36:07 +09:00 committed by GitHub
parent 1b3eed58ca
commit d1e9fe13de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 65 additions and 12 deletions

View file

@ -695,6 +695,9 @@ SHInvokePrivilegedFunctionW(
_In_ PRIVILEGED_FUNCTION fn,
_In_opt_ LPARAM lParam);
BOOL WINAPI
SHTestTokenPrivilegeW(_In_opt_ HANDLE hToken, _In_z_ LPCWSTR lpName);
/*****************************************************************************
* Shell32 resources
*/