mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 04:18:28 +00:00
[SHELL32] Implement SHTestTokenMembership and forward IsUserAnAdmin to it
Moved to the bottom of the file with the other ros functions to help keep wine syncs easier.
This commit is contained in:
parent
6748d72c9f
commit
0649f25b48
3 changed files with 76 additions and 86 deletions
|
@ -632,6 +632,14 @@ DoEnvironmentSubstW(
|
|||
_Inout_updates_(cchSrc) LPWSTR pszSrc,
|
||||
UINT cchSrc);
|
||||
|
||||
#if (_WIN32_IE >= 0x0601)
|
||||
BOOL
|
||||
WINAPI
|
||||
SHTestTokenMembership(
|
||||
_In_opt_ HANDLE hToken,
|
||||
_In_ ULONG ulRID);
|
||||
#endif
|
||||
|
||||
#ifdef UNICODE
|
||||
#define NOTIFYICONDATA_V1_SIZE NOTIFYICONDATAW_V1_SIZE
|
||||
#define NOTIFYICONDATA_V2_SIZE NOTIFYICONDATAW_V2_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue