.
public struct MENUINFO
.
Private Structure MENUINFO
.
cbSize = Marshal.SizeOf(GetType(MENUINFO))
.
MENUINFO mi = new MENUINFO();
.
.
The GetMenuInfo API
11/27/2007 7:24:56 AM - anonymous
.
static extern bool GetMenuInfo(IntPtr hmenu, out MENUINFO lpcmi);
.
MENUINFO
TODO - a short description
7/1/2016 4:16:07 PM - -82.77.126.3
.
.
The SetMenuInfo API
11/8/2009 7:01:14 PM - anonymous
.
static extern bool SetMenuInfo(IntPtr hmenu, [In] ref MENUINFO lpcmi);
.
MENUINFO
TODO - a short description
7/1/2016 4:16:07 PM - -82.77.126.3
.