Editions
Related Functions
Example
The IN_NFY_DELETE_LAYER notification is sent asynchronously when the user deletes a layer from the current page in the active document window. The NotifyDeleteLayer callback function accepts this data.
Notify IN_NFY_DELETE_LAYER (27)
Syntax
void CALLBACK NotifyDeleteLayer( IN_DOCWIN docwinID, IN_LAYER layerID)
|
Parameters |
Meaning |
|
docwinID |
identifier of the document window from which the layer was deleted |
|
layerID |
identifier of the deleted layer |
Release information
Added to Imagenation for Windows in Release 4.43.
As of Release 5.1, also available in Imagenation for UNIX.
See also