Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_GetLayersIdentity

Gets the unique identity for the layer of the specified file descriptor.

Syntax

#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 PRDescIdentity for the layer of the specified file descriptor.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,