Lines Matching refs:pQuerySize

577 	PQUERYSIZE	pQuerySize			= (PQUERYSIZE)alQuery;  in ImplGetFormAndTrayList()  local
585 pQuerySize->cb = sizeof( alQuery ); in ImplGetFormAndTrayList()
589 (PBYTE)pQuerySize, in ImplGetFormAndTrayList()
599 nAlloc = pQuerySize->ulSizeNeeded; in ImplGetFormAndTrayList()
604 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplGetFormAndTrayList()
618 PQUERYTUPLE pTuple = pQuerySize->aTuples; in ImplGetFormAndTrayList()
705 PQUERYSIZE pQuerySize = (PQUERYSIZE)alQuery; in ImplGetCurrentSettings() local
714 pQuerySize->cb = sizeof( alQuery ); in ImplGetCurrentSettings()
718 (PBYTE)pQuerySize, in ImplGetCurrentSettings()
728 nAlloc = pQuerySize->ulSizeNeeded; in ImplGetCurrentSettings()
733 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplGetCurrentSettings()
747 PQUERYTUPLE pTuple = pQuerySize->aTuples; in ImplGetCurrentSettings()
873 PQUERYSIZE pQuerySize = (PQUERYSIZE)alQuery; in ImplSetOrientation() local
879 pQuerySize->cb = sizeof( alQuery ); in ImplSetOrientation()
883 (PBYTE)pQuerySize, in ImplSetOrientation()
890 nAlloc = pQuerySize->ulSizeNeeded; in ImplSetOrientation()
895 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplSetOrientation()
930 PQUERYSIZE pQuerySize = (PQUERYSIZE)alQuery; in ImplSetPaperSize() local
936 pQuerySize->cb = sizeof( alQuery ); in ImplSetPaperSize()
940 (PBYTE)pQuerySize, in ImplSetPaperSize()
947 nAlloc = pQuerySize->ulSizeNeeded; in ImplSetPaperSize()
953 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplSetPaperSize()
987 PQUERYSIZE pQuerySize = (PQUERYSIZE)alQuery; in ImplSetPaperBin() local
993 pQuerySize->cb = sizeof( alQuery ); in ImplSetPaperBin()
997 (PBYTE)pQuerySize, in ImplSetPaperBin()
1004 nAlloc = pQuerySize->ulSizeNeeded; in ImplSetPaperBin()
1009 ImplFormatInputList( pDJP, pQuerySize->aTuples ); in ImplSetPaperBin()