Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetMenuItemInfo" in [All]

user32

.
Summary
.

static extern bool GetMenuItemInfo(IntPtr hMenu, uint uItem, bool fByPosition, ref MENUITEMINFO lpmii);

.

bool a = GetMenuItemInfo(hMenu, 0, true, ref mif);

.
Documentation
[GetMenuItemInfo] on MSDN

 
Access PInvoke.net directly from VS: