All Editions
Related Functions
Example
The IN_GetDocumentWindows function returns the number of open document windows, and a list of their identifiers.
Syntax
int IN_GetDocumentWindows( maxDocwins, pDocwinCount, pDocwinIDs )
|
Input Parameters |
Values |
Meaning |
|
SHORT maxDocwins |
the maximum number of identifiers that you returned | |
|
|
0 |
return pDocwinCount only |
|
Meaning | ||
|
SHORTPTR pDocwinCount |
pointer to the number of open document windows; no more than maxDocwins | |
|
IN_DOCWIN_PTR pDocwinIDs |
pointer to the list of document window identifiers | |
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
See also