Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/nspr/reference/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 733 B image not shown  

Quelle  pr_getnameforidentity.rst   Sprache: unbekannt

 
Spracherkennung für: .rst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

PR_GetNameForIdentity
=====================

Gets the string associated with a layer's unique identity.


Syntax
------

.. code::

   #include <prio.h>

   const char* PR_GetNameForIdentity(PRDescIdentity ident);


Parameter
~~~~~~~~~

The function has the following parameter:

``ident``
   A layer's identity.


Returns
~~~~~~~

The function returns one of the following values:

-  If successful, the function returns a pointer to the string
   associated with the specified layer.
-  If unsuccessful, the function returns ``NULL``.


Description
-----------

A string may be associated with a layer when the layer is created. The
string is copied by the runtime, and :ref:`PR_GetNameForIdentity` returns a
pointer to that copy.

[ Dauer der Verarbeitung: 0.31 Sekunden  ]