Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. InsertMenuItemW(m_handle, 0, true, &info);
  2.  
  3. MENUITEMINFOW two;
  4. two.cbSize = sizeof(MENUITEMINFOW);
  5. two.fMask = MIIM_BITMAP | MIIM_CHECKMARKS | MIIM_DATA | MIIM_FTYPE | MIIM_ID | MIIM_STATE | MIIM_STRING | MIIM_SUBMENU | MIIM_TYPE;
  6.  
  7. GetMenuItemInfo(m_handle, 0, true, &two);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement