Example: IN_GetHWndFromDocwinID

 

HWND hWnd;

 

/* Get the window handle for the active document window */

if ( ( nError = IN_GetHWndFromDocwinID( 0, &hWnd) ) != IN_SUCCESS )

 {

  ErrorHandler ( nError, "Error message:" );

 }