OleDestroyMenuDescriptor

[DllImport("ole32.dll", SetLastError = true)]
public static extern int OleDestroyMenuDescriptor(
   HMENU hmenuDescriptor
);

Microsoft documentation: Link

Last updated