Home
last modified time | relevance | path

Searched refs:hPrn (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx564 HANDLE hPrn; in ImplTestSalJobSetup() local
568 if ( !OpenPrinterA( (LPSTR)aPrinterNameA.GetBuffer(), &hPrn, NULL ) ) in ImplTestSalJobSetup()
572 if ( !OpenPrinterW( pPrinterNameW, &hPrn, NULL ) ) in ImplTestSalJobSetup()
576 if( hPrn == HGDI_ERROR ) in ImplTestSalJobSetup()
581 nSysJobSize = DocumentPropertiesW( 0, hPrn, in ImplTestSalJobSetup()
587 nSysJobSize = DocumentPropertiesA( 0, hPrn, in ImplTestSalJobSetup()
594 ClosePrinter( hPrn ); in ImplTestSalJobSetup()
601 nRet = DocumentPropertiesW( 0, hPrn, in ImplTestSalJobSetup()
607 nRet = DocumentPropertiesA( 0, hPrn, in ImplTestSalJobSetup()
613 ClosePrinter( hPrn ); in ImplTestSalJobSetup()
[all …]