Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quellcode-Bibliothek LoaderPrivateAPI.h

  Sprache: C
 

/* -*- 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 https://mozilla.org/MPL/2.0/. */


#ifndef mozilla_freestanding_LoaderPrivateAPI_h
#define mozilla_freestanding_LoaderPrivateAPI_h

#include "mozilla/LoaderAPIInterfaces.h"

namespace mozilla {
namespace freestanding {

/**
 * This part of the API is available only to the launcher process.
 */

class NS_NO_VTABLE LoaderPrivateAPI : public nt::LoaderAPI {
 public:
  /**
   * Notify the nt::LoaderObserver that a module load is beginning
   */

  virtual void NotifyBeginDllLoad(void** aContext,
                                  PCUNICODE_STRING aRequestedDllName) = 0;
  /**
   * Notify the nt::LoaderObserver that a module load is beginning and set the
   * begin load timestamp on |aModuleLoadInfo|.
   */

  virtual void NotifyBeginDllLoad(ModuleLoadInfo& aModuleLoadInfo,
                                  void** aContext,
                                  PCUNICODE_STRING aRequestedDllName) = 0;

  /**
   * Set a new nt::LoaderObserver to be used by the launcher process. NB: This
   * should only happen while the current process is still single-threaded!
   */

  virtual void SetObserver(nt::LoaderObserver* aNewObserver) = 0;

  /**
   * Returns true if the current nt::LoaderObserver is the launcher process's
   * built-in observer.
   */

  virtual bool IsDefaultObserver() const = 0;

  /**
   * Returns the name of a given mapped section address as a local instance of
   * nt::MemorySectionNameBuf.  This does not involve heap allocation.
   */

  virtual nt::MemorySectionNameBuf GetSectionNameBuffer(void* aSectionAddr) = 0;
};

/**
 * Ensures that any statics in the freestanding library are initialized.
 */

void EnsureInitialized();

extern LoaderPrivateAPI& gLoaderPrivateAPI;

}  // namespace freestanding
}  // namespace mozilla

#endif  // mozilla_freestanding_LoaderPrivateAPI_h

Messung V0.5 in Prozent
C=82 H=100 G=91

¤ 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.0.1Bemerkung:  (vorverarbeitet am  2026-06-04) ¤

*Bot Zugriff






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik