Example: IN_ProcessAdvise

 

/* Check if any asynchronous notifications are waiting for the client application */

if ( ( nError = IN_ProcessAdvise( ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }