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.

NPN_IdentifierIsString

« Gecko Plugin API Reference « Scripting plugins

Summary

Determines whether or not an identifier is a string.

Syntax

#include <npruntime.h>
 
bool NPN_IdentifierIsString(NPIdentifier identifier);

Parameters

The function has the following parameter:

<tt>identifier</tt>
The identifier whose type is to be examined.

Returns

true if the identifier is a string identifier, or false otherwise.

Document Tags and Contributors

Tags: 
 Contributors to this page: teoli, Colesbury, Sheppy
 Last updated by: Colesbury,