Searched refs:pWinInfo4 (Results 1 – 1 of 1) sorted by relevance
323 PRINTER_INFO_4W* pWinInfo4 = NULL; in GetPrinterQueueInfo() local327 pWinInfo4 = (PRINTER_INFO_4W*) rtl_allocateMemory( nBytes ); in GetPrinterQueueInfo()328 …if ( EnumPrintersW( PRINTER_ENUM_LOCAL | PRINTER_ENUM_CONNECTIONS, NULL, 4, (LPBYTE)pWinInfo4, nBy… in GetPrinterQueueInfo()333 …pInfo->maPrinterName = UniString( reinterpret_cast< const sal_Unicode* >(pWinInfo4[i].pPrinterName… in GetPrinterQueueInfo()340 rtl_freeMemory( pWinInfo4 ); in GetPrinterQueueInfo()
Completed in 23 milliseconds