The DuplicateDocwin transaction copies the contents of the specified document window to a new document window. This allows a single document to be viewed in two or more windows at the same time.
Type XTYP_EXECUTE or XTYP_REQUEST
Syntax [DuplicateDocwin(docwinID)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
Reply |
Data type |
Meaning | |
|
newDocwinID |
DWORD |
identifier of the window containing the document copy. See Remarks. | |
Remarks
Replies are only returned when this transaction is called as an XTYP_REQUEST.
This transaction is the same as the NewView transaction set to duplicate (1).
This transaction cannot be applied to external document windows.
Release information
Added in Release 3.60.
See also