DestroyMenu

[DllImport("coredll.dll", SetLastError = true)]
public static extern bool DestroyMenu(
   IntPtr hMenu
);

Microsoft documentation: Linkarrow-up-right

Last updated