Example: IN_NewLayer

 

IN_LAYER lNewLayerID;

 

/* Add a new edit layer of the Full Edit type to the current page */

if ( ( nError = IN_NewLayer( 0, IN_LAYER_FULLEDIT, &lNewLayerID ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }