Obsolete transaction. Replaced by: HandleExternalWindow
The HandleExternalDocumentWindow transaction tells Imagenation to handle all of the events for the specified external document window. It creates a child window on top of the specified window in which Imagenation handles all rendering, zooming, and scrolling. The window handle that was initially registered using RegisterExternalWindow will not receive any messages except WM_PARENTNOTIFY.
Type XTYP_EXECUTE
Syntax [HandleExternalDocumentWindow(docwinID, initialMode)]
|
Parameters |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
docwinID |
identifier of external document window |
|
initialMode |
WORD |
65535 |
all abilities enabled |
|
|
|
1 |
zooming in allowed |
|
|
|
2 |
vector drawing allowed |
|
|
|
4 |
scrolling allowed |
|
|
|
(can be ORed) |
|
Notes
When issuing commands to external document windows, you must use a specific docwinID, even if you are referring to the active document.
Release information
Added in Release 4.10.
Obsoleted in Release 4.30.