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_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.

Document Tags and Contributors

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