NotifyMenuIntercept callback

All Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_NFY_MENU_INTERCEPT notification tells client applications that the user has chosen a command tagged for interception. The NotifyMenuIntercept callback function accepts this data.

Notify IN_NFY_MENU_INTERCEPT (19)

Syntax

void CALLBACK NotifyMenuIntercept( IN_DOCWIN docwinID, USHORT commandID )

Parameter

Meaning

docwinID

document window identifier

commandID

identifier of the intercepted command. For possible identifiers, click Command IDs.

Release information

Added to Imagenation for Windows in Release 4.10.

As of Release 5.1, also available in Imagenation for UNIX.

Also supported in Imagenation 3.3 for UNIX.

See also

Controlling notifications and queries

Intercepting commands