NPN IdentifierIsString
From MDC
« Gecko Plugin API Reference « Scripting plugins
Contents |
[edit] Summary
Determines whether or not an identifier is a string.
[edit] Syntax
#include <npruntime.h> bool NPN_IdentifierIsString(NPIdentifier *identifier);
[edit] Parameters
The function has the following parameter:
- identifier
- The identifier whose type is to be examined.
[edit] Returns
true if the identifier is a string identifier, or false otherwise.