/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* 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/. */
// forward declaration of native Windows interface-struct struct IFileDialog;
namespace mozilla::widget::filedialog {
class WinFileDialogChild : public PWinFileDialogChild { public: using Command = mozilla::widget::filedialog::Command; using IPCResult = mozilla::ipc::IPCResult;
NS_INLINE_DECL_THREADSAFE_REFCOUNTING(WinFileDialogChild, override);
// Defined and used only in WinFileDialogChild.cpp. template <size_t N>
IPCResult MakeIpcFailure(HRESULT hr, constchar (&what)[N]);
// This flag properly _should_ be static (_i.e._, per-process) rather than // per-instance; but we can't presently instantiate two separate utility // processes with the same sandbox type, so we have to reuse the existing // utility process if there is one. bool mUsed = false;
};
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.