All Editions
Related Functions
Example
You can identify document windows by their identifiers or their window handles. The IN_GetDocwinIDFromHWnd function returns the document window identifier for the specified window handle.
Syntax
int IN_GetDocwinIDFromHWnd( hWnd, pDocwinID )
|
Input Parameters |
Meaning |
|
HWND hWnd |
window handle |
|
Meaning | |
|
IN_DOCWIN_PTR pDocwinID |
pointer to the document window identifier |
Release information
Added to Imagenation for Windows in Release 4.00.
Uses a Windows-specific parameter. If you are working with a Wind/U-based client application, it is also available in Imagenation for UNIX (as of Release 5.1).
See also