Jump to content

MM QUERYITEMBYPOS: Difference between revisions

From NikiWiki
No edit summary
 
(No difference)

Latest revision as of 17:26, 23 January 2004

#define MM_QUERYITEMBYPOS  0x01f3

Query MENUITEM by its position

mp1
menuitem index
mp2
PMENUITEM (16-bit pointer)
Returns TRUE if the request is successful

This message will only query an item in the specified menu. This message will not retrieve the text for MIS_TEXT items; use the WM_QUERIITEMTEXTBYPOS message to retrieve the text.

Sent to menu after WM_01f5 has identified menuitem to hilite. Seen when XWP's 'Sliding menu selection' is enabled.

(Source: newsgroup)