Example: IN_MoveIMWindow

 

/* Move the Imagenation window to the top left of the desktop. Make the window 450 pixels wide and 300 pixels high */

if ( ( nError = IN_MoveIMWindow( 0, 0, 450, 300 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }