The NotifyIM -- MenuIntercept notification tells client applications that the Imagenation user has chosen a command tagged for interception.
Type XTYP_ADVSTART or XTYP_ADVSTOP
Item Syntax NotifyIM -- MenuIntercept
Type XTYP_ADVDATA
Item Syntax NotifyIM -- MenuIntercept
Data Syntax (HWND:docwinID) (MENUID:commandID)
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
identifier of window in which the command was intercepted | |
|
commandID |
WORD |
intercepted command | |
Remarks
This notification must be followed by the InterceptMenuAction method. For details about it, click Using the InterceptMenuAction method.
Release information
Added in Release 4.00.
See also