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.