The UnregisterExternalWindow transaction unregisters an external window used by Imagenation for rendering either a document, Reference, or Detail external window.
After you register an external window as a document window, you can open a document in it, and perform actions on the document (such as Merge and Save). However, before opening another document in it, you must unregister the external window, and then register it again. If you open and process multiple documents in an external window without registering and unregistering the window each time, you will quickly run out of resources.
Type XTYP_EXECUTE
Syntax [UnregisterExternalWindow(extwinID)]
|
Parameter |
Data type |
Meaning |
|
extwinID |
DWORD |
external window identifier. See Remarks. |
Remarks
When issuing commands to external document windows, you must use a specific docwinID, even if you are referring to the active document. There is no way to identify the "active" document window in another application.
Release information
Added in Release 4.30.
See also