fPaperSource
PaperSource fPaperSource;
return fPaperSource;
fPaperSource = paperSource;
JobData::PaperSource fPaperSource;
fPaperSource = jobData.fPaperSource;
fPaperSource = (PaperSource)fMsg->FindInt32(kJDPaperSource);
fPaperSource = ((const PaperSourceCap *)printerCap->GetDefaultCap(
PrinterCap::kPaperSource))->fPaperSource;
fPaperSource = kAuto;
message->AddInt32(kJDPaperSource, fPaperSource);
return static_cast<const PaperSourceCap*>(capability)->fPaperSource;
return fPaperSource;