ameng
07-19-2002, 04:46 AM
associate to the APIReference 1.1, page 373-377:
on call function
boolean IMENUCTL_AddItem(IMenuCtl * pIMenuCtl,
const char * pszResFile, uint16 wResID,
uint16 nItemID, AECHAR * pText, uint32 lData)
the lData will appear on the dwParam of the callback xxx_HandleEvent.
but when I test on the Emulator the dwParam is
the pointer of the IMenuctl object.
Where can I get the lData ?
thank you!
on call function
boolean IMENUCTL_AddItem(IMenuCtl * pIMenuCtl,
const char * pszResFile, uint16 wResID,
uint16 nItemID, AECHAR * pText, uint32 lData)
the lData will appear on the dwParam of the callback xxx_HandleEvent.
but when I test on the Emulator the dwParam is
the pointer of the IMenuctl object.
Where can I get the lData ?
thank you!