NotifyDeletePage callback

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

The IN_NFY_DELETE_PAGE is sent asynchronously when the user deletes a page from the active document. The NotifyDeletePage callback function accepts this data.

Notify IN_NFY_DELETE_PAGE (26)

Syntax

void CALLBACK NotifyDeletePage( IN_DOCWIN docwinID, USHORT pageNumber, IN_PAGE pageID)

Parameters

Meaning

docwinID

identifier of the document window from which the page was deleted

pageNumber

page number of the deleted page

pageID

identifier of the deleted page

Release information

Added to Imagenation for Windows in Release 4.43.

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

See also

Controlling notifications and queries

Removing layers and pages