Example: IN_SetDocumentScrollBars

 

/* Turn off both scroll bars in the active document window */

if ( ( nError = IN_SetDocumentScrollBars( 0, IN_FLAG_SCROLLBAR_NONE ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }