Searched refs:bIsLevel2 (Results 1 – 5 of 5) sorted by relevance
92 if (pPrintMonitor->bIsLevel2) in InitializePortList()114 if (pPrintMonitor->bIsLevel2) in InitializePortList()193 if (pPrintMonitor->bIsLevel2) in LocalEnumPorts()261 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnAddPortEx ) in LocalAddPortEx()265 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnAddPortE… in LocalAddPortEx()316 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnAddPort ) in LocalAddPort()320 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnAddPort ) in LocalAddPort()394 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnConfigurePort ) in LocalConfigurePort()398 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnConfigur… in LocalConfigurePort()443 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnDeletePort ) in LocalDeletePort()[all …]
46 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnXcvDataPort ) in _HandleAddPort()50 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnXcvDataP… in _HandleAddPort()109 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnXcvDataPort ) in _HandleDeletePort()113 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnXcvDataP… in _HandleDeletePort()185 if ( pPrintMonitor->bIsLevel2 && ((PMONITOR2)pPrintMonitor->pMonitor)->pfnXcvDataPort ) in LocalXcvData()189 …else if ( !pPrintMonitor->bIsLevel2 && ((LPMONITOREX)pPrintMonitor->pMonitor)->Monitor.pfnXcvDataP… in LocalXcvData()
1065 if (pPrintMonitor->bIsLevel2) in _LocalOpenPortHandle()1334 if (pPrintMonitor->bIsLevel2) in _LocalOpenXcvHandle()1557 if (pPortHandle->pPort->pPrintMonitor->bIsLevel2) in LocalReadPrinter()1639 if (pPortHandle->pPort->pPrintMonitor->bIsLevel2) in LocalStartDocPrinter()1781 if (pPortHandle->pPort->pPrintMonitor->bIsLevel2) in LocalWritePrinter()1880 if (pPortHandle->pPort->pPrintMonitor->bIsLevel2) in LocalEndDocPrinter()1930 if (pPortHandle->pPort->pPrintMonitor->bIsLevel2) in _LocalClosePortHandle()1953 if (pXcvHandle->pPrintMonitor->bIsLevel2) in _LocalCloseXcvHandle()
266 pPrintMonitor->bIsLevel2 = TRUE; in InitializePrintMonitorList()565 pPrintMonitor->bIsLevel2 = TRUE; in AddPrintMonitorList()759 if ( pPrintMonitor->bIsLevel2 ) in LocalDeleteMonitor()
78 …BOOL bIsLevel2; /** Whether this Print Monitor supplies an InitializeP… member