#ifndef _NTUSER_H NTSYSCALLAPI BOOL NTAPI NtUserGetMenuItemRect( _In_ HWND WindowHandle, _In_ HMENU hMenu, _In_ ULONG uItem, _In_ LPRECT lprcItem ); #endif View code on GitHub
No description available.