WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIFlavorDataProvider
| IID: | 7E225E5F-711C-11D7-9FAE-000393636592 |
| Inherits From: | nsISupports |
This interface is implemented by the following components:
Methods
void getFlavorData ( nsITransferable transferable , char* flavor , out nsISupports data , out PRUint32 dataLen )
void getFlavorData ( nsITransferable transferable , char* flavor , out nsISupports data , out PRUint32 dataLen )
Retrieve the data from this data provider.
- Arguments:
- transferable: (in parameter) the transferable we're being called for.
- flavor: (in parameter) the flavor of data to retrieve
- data: the data. Some variant of class in nsISupportsPrimitives.idl
- dataLen: the length of the data
Reference documentation is generated from Mozilla's source.
