Searched refs:pPrqInfo (Results 1 – 1 of 1) sorted by relevance
186 PPRQINFO3 pPrqInfo = (PPRQINFO3)pQueueData; in GetPrinterQueueInfo() local192 ByteString aOrgDriverName( pPrqInfo->pszDriverName); in GetPrinterQueueInfo()193 ByteString aName( pPrqInfo->pszName); in GetPrinterQueueInfo()195 printf("GetPrinterQueueInfo pszDriverName %s\n", pPrqInfo->pszDriverName); in GetPrinterQueueInfo()196 printf("GetPrinterQueueInfo pszName %s\n", pPrqInfo->pszDriverName); in GetPrinterQueueInfo()199 …pInfo->maPrinterName = ::rtl::OStringToOUString (pPrqInfo->pszComment, gsl_getSystemTextEncoding()… in GetPrinterQueueInfo()201 pInfo->mnStatus = ImplPMQueueStatusToSal( pPrqInfo->fsStatus ); in GetPrinterQueueInfo()202 pInfo->mnJobs = pPrqInfo->cJobs; in GetPrinterQueueInfo()211 (strcmp( pPrqInfo->pszComment, pTempPrqInfo->pszComment ) == 0) ) in GetPrinterQueueInfo()222 if ( (pDriverName = strchr( pPrqInfo->pszDriverName, '.' )) != 0 ) in GetPrinterQueueInfo()[all …]