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: teoli,