#ifndef _NTUSER_H NTSYSCALLAPI BOOL NTAPI NtUserHiliteMenuItem( _In_ HWND WindowHandle, _In_ HMENU Menu, _In_ ULONG IDHiliteItem, _In_ ULONG Hilite ); #endif View code on GitHub
No description available.