/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// The GetDevMode will return a pointer to a DevMode // whether it is from the Global memory handle or just the DevMode // To get the DevMode from the Global memory Handle it must lock it // So this call must be paired with a call to UnlockGlobalHandle void GetDevMode(LPDEVMODEW& aDevMode);
// A temporary file to create an "anonymous" print target. See bug 1664253, // this should ideally not be needed.
nsCOMPtr<nsIFile> mTempFile;
};
//------------------------------------------------------------------------- // Printer List //------------------------------------------------------------------------- class nsPrinterListWin final : public nsPrinterListBase { public:
NS_IMETHOD InitPrintSettingsFromPrinter(const nsAString&,
nsIPrintSettings*) final;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.