Example: IN_ImportPage

 

IN_PAGE lNewPage;

 

/* Import a page after page 2 in the active document window (on Windows) */

if ( ( nError = IN_ImportPage( 0, 2, IN_NEWPAGE_AFTER, 0, IN_LOCN_DISK, "D:\\Image\\House.smf", &lNewPage ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }