NotifyOperationIntercept callback

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

The IN_NFY_OPERATION_INTERCEPT notification tells client applications that the user has chosen an operation tagged for interception. The NotifyOperationIntercept callback function accepts this data.

Notify IN_NFY_OPERATION_INTERCEPT (22)

Syntax

void CALLBACK NotifyOperationIntercept( IN_DOCWIN docwinID, USHORT commandID )

Parameter

Meaning

docwinID

document window identifier

commandID

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

Release information

Published in Release 7.2 of Imagenation for Windows.

Not yet available in Imagenation for UNIX.

See also

Controlling notifications and queries

Intercepting commands