Gets the string associated with a layer's unique identity.
#include <prio.h> const char* PR_GetNameForIdentity(PRDescIdentity ident);
The function has the following parameter:
identThe function returns one of the following values:
NULL.A string may be associated with a layer when the layer is created. The string is copied by the runtime, and PR_GetNameForIdentity returns a pointer to that copy.