ResetExternalWindowSize

All Editions image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

The ResetExternalWindowSize transaction resets the size of the specified external Reference, Detail, or document window. When an external window is handled by Imagenation using the HandleExternalWindow transaction, Imagenation manages its own window that is the same size as the client area of the window that was registered with RegisterExternalWindow. If the original window changes size, this transaction should be called to resize Imagenation’s Reference, Detail, or document window.

Type XTYP_EXECUTE

Syntax [ResetExternalWindowSize(extwinID)]

Parameter

Data type

Meaning

extwinID

DWORD

identifier of the external document, Reference, or Detail window. 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.

Release information

Added in Release 4.30.

See also

Opening documents in external windows

Using external Reference and Detail windows