Searched refs:nInfoRet (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salprn.cxx | 349 DWORD nInfoRet; in getPrinterQueueStateOldStyle() local 351 EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, NULL, 0, &nBytes, &nInfoRet ); in getPrinterQueueStateOldStyle() 355 … if ( EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, (LPBYTE)pWinInfo2, nBytes, &nBytes, &nInfoRet ) ) in getPrinterQueueStateOldStyle() 358 for ( DWORD i = 0; i < nInfoRet; i++ ) in getPrinterQueueStateOldStyle()
|