Example: IN_RebuildButtonBar

 

/* Rebuild the Standard toolbar */

if ( ( nError = IN_RebuildButtonBar( IN_BUTTONBAR_STANDARD ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }