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_RemoveProperty

Summary

Removes a property from the specified NPObject.

Syntax

#include <npruntime.h>

bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);

Parameters

The function has the following parameters:

npp
The NPP indicating which plugin instance is making the request.
npobj
The object on which a property is to be deleted.
propertyName
A string identifier indicating the name of the property to remove.

Returns

true if the property was removed successfully, otherwise false.

Document Tags and Contributors

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