Example: IN_IsStatusBarVisible

 

IN_BOOL bOnOff;

 

/* Determine the current display of the Status Bar */

if ( ( nError = IN_IsStatusBarVisible( &bOnOff ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }