OleDestroyMenuDescriptor

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

Microsoft documentation: Linkarrow-up-right

Last updated