Searched refs:nInfoPrn2 (Results 1 – 1 of 1) sorted by relevance
/trunk/main/vcl/win/source/gdi/ |
H A D | salprn.cxx | 191 DWORD nInfoPrn2; in getPrinterQueueInfoOldStyle() local 195 EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, NULL, 0, &nBytes, &nInfoPrn2 ); in getPrinterQueueInfoOldStyle() 199 …if ( EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, (LPBYTE)pWinInfo2, nBytes, &nBytes, &nInfoPrn2 ) ) in getPrinterQueueInfoOldStyle() 202 for ( i = 0; i < nInfoPrn2; i++ ) in getPrinterQueueInfoOldStyle() 281 for ( n = 0; n < nInfoPrn2; n++ ) in getPrinterQueueInfoOldStyle()
|
Completed in 36 milliseconds