Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/system/windows/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 557 B image not shown  

Quellverzeichnis  PWindowsUtils.ipdl   Interaktion und
Portierbarkeitunbekannt

 
Columbo aufrufen.ipdl Unknown {[0] [0] [0]}Datei anzeigen

/* 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/. */

include protocol PWindowsLocation;

namespace mozilla {
namespace dom {

// Manager of utility actors that run in the windows utility process.
[ChildProc=Utility]
protocol PWindowsUtils {
  manages PWindowsLocation;

child:
  // Proxies the ILocation COM API for geolocation
  async PWindowsLocation();
};

}  // namespace dom
}  // namespace mozilla

[Original von:0.34Diese Quellcodebibliothek enthält Beispiele in vielen Programmiersprachen. Man kann per Verzeichnistruktur darin navigieren. Der Code wird farblich markiert angezeigt.]