Example: GetPrintOptions

 

IN_PRINTOPTION_INFO &lPntOptions;

 

/* Get the print options currently set in the Print dialog box */

if ( ( nError = IN_GetPrintOptions( &lPntOptions ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }