NPN GetIntIdentifier
From MDC
« Gecko Plugin API Reference « Scripting plugins
Contents |
[edit] Summary
Returns an opaque identifier for the integer that is passed in.
[edit] Syntax
#include <npruntime.h> NPIdentifier NPN_GetIntIdentifier(int32_t intid);
[edit] Parameters
The function has the following parameter:
- intid
- The integer for which an opaque identifier should be returned.
[edit] Returns
An NPIdentifier identifying the integer.
[edit] Description
All calls for the same integer are guaranteed to return the same exact identifier.