mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
ce377110d8
Differential Revision: https://phabricator.services.mozilla.com/D165625
31 lines
459 B
ReStructuredText
31 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.
|