NtUserRemoveMenu - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

NTSYSCALLAPI
BOOL
NTAPI
NtUserRemoveMenu(
    _In_ HMENU hMenu,
    _In_ ULONG uPosition,
    _In_ ULONG uFlags
    );

#endif

View code on GitHub

No description available.