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_RetainObject

Summary

Increments the reference count of the given NPObject.

Syntax

#include <npruntime.h>
 
NPObject *NPN_RetainObject(NPObject *npobj);

Parameters

The function has the following parameter:

npobj
The NPObject to retain.

Returns

A pointer back to the same object.

Document Tags and Contributors

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