All Editions
Related Functions
Example
You can open and view the same image in multiple document windows with the IN_NewView or the IN_NewExternalView functions, or through the Window, New or Default commands in the user interface. The IN_GetDocumentViewDocwins function returns all of the document windows that contain views of the specified document.
Syntax
int IN_GetDocumentViewDocwins( docwinID, maxSize, pViewCount, pDocwinIDs )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
SHORT maxSize |
the maximum number of document window identifiers to return | |
|
Meaning | ||
|
SHORTPTR pViewCount |
pointer to the total number of views | |
|
IN_DOCWIN_PTR pDocwinIDs |
pointer to the list of document windows | |
Release information
Added to Imagenation for Windows in Release 4.32.
As of Release 5.1, also available in Imagenation for UNIX.
See also