All Editions
Related Functions
Example
The IN_ApproveMenuAction function allows a command that has been intercepted to proceed as though it has not. If you do not call this function, then the integration is responsible for taking the appropriate action with intercepted commands.
Syntax
int IN_ApproveMenuAction( commandID )
|
Parameters |
Values |
Meaning |
|
USHORT commandID |
identifier of the intercepted command to approve |
Remarks
Register the NotifyMenuIntercept notification, and set up the IN_InterceptMenuAction function, before you use this function, as this command must be issued only in response to a menu intercept notification.
Release information
Added to Imagenation for Windows in Release 4.10.
Published in Release 4.5 of Imagenation for Windows.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also