[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:
Ged Murphy 2019-03-04 11:02:38 +00:00
parent 6748d72c9f
commit 0649f25b48
3 changed files with 76 additions and 86 deletions

View file

@ -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