[PSDK] Add GetMenuPosFromID() declaration in shlwapi.h

This function is exported from shlwapi.dll since version 4.71.
It has been publicly documented in MS PSDK and MSDN since at least
Windows XP/2003 and claimed to be declared in shlwapi.h; however,
this is inaccurate: it has been declared only starting Vista PSDK.
This commit is contained in:
Hermès Bélusca-Maïto 2024-09-14 22:46:30 +02:00
parent 144a8b5b84
commit 2af6fd4def
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -1907,6 +1907,8 @@ SHFreeShared(
#endif /* NO_SHLWAPI_SHARED */
INT WINAPI GetMenuPosFromID(_In_ HMENU hMenu, _In_ UINT uID);
/* SHAutoComplete flags */
#define SHACF_DEFAULT 0x00000000
#define SHACF_FILESYSTEM 0x00000001