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.