1
0
Fork 0
firefox/docs/nspr/reference/pr_getlayersidentity.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

30 lines
459 B
ReStructuredText

PR_GetLayersIdentity
====================
Gets the unique identity for the layer of the specified file descriptor.
Syntax
------
.. code::
#include <prio.h>
PRDescIdentity PR_GetLayersIdentity(PRFileDesc* fd);
Parameter
~~~~~~~~~
The function has the following parameter:
``fd``
A pointer to a file descriptor.
Returns
~~~~~~~
If successful, the function returns the :ref:`PRDescIdentity` for the layer
of the specified file descriptor.