NPN_GetIntIdentifier

« Gecko Plugin API Reference « Scripting plugins

Summary

Returns an opaque identifier for the integer that is passed in.

Syntax

#include <npruntime.h>

NPIdentifier NPN_GetIntIdentifier(int32_t intid);

Parameters

The function has the following parameter:

<tt>intid</tt>
The integer for which an opaque identifier should be returned.

Returns

An NPIdentifier identifying the integer.

Description

All calls for the same integer are guaranteed to return the same exact identifier.