Defines | |
#define | FX_DATAKEY_NAME |
Passed to fxDataCreate() or fxDataSet() as keyID when key is intended to be a named key. | |
API Functions | |
FXvoid * | fxDataCreate (FXentity item, FXvoid *key, FXint keyID, FXulong size) |
Allocate data and attach it to the specified messiah item. | |
FXvoid * | fxDataSet (FXentity item, FXvoid *key, FXint keyID, FXvoid *data) |
Attach data to the specified messiah item. | |
FXvoid * | fxDataGet (FXentity item, FXvoid *key, FXint keyID) |
Retrieve data from the specified messiah item. | |
FXint | fxDataFree (FXentity item, FXvoid *key, FXint keyID) |
Free and/or detach data from the specified messiah item. | |
FXint | fxDataFreeKey (FXentity item, FXvoid *key) |
Free and/or detach all data on a key from the specified messiah item. |
|
Allocate data and attach it to the specified messiah item.
Attached data is identified by a key which must be unique, it is recommended that you use the address of a global variable as this will be unique to all plugins. You can store multiple pieces of data under a given key, each of these data will be identified by the keyID param. If you wish to use a name for a key, you may pass an
|
|
Free and/or detach data from the specified messiah item.
|
|
Free and/or detach all data on a key from the specified messiah item.
|
|
Retrieve data from the specified messiah item.
|
|
Attach data to the specified messiah item.
Attached data is identified by a key which must be unique, it is recommended that you use the address of a global variable as this will be unique to all plugins. You can store multiple pieces of data under a given key, each of these data will be identified by the keyID param. If you wish to use a name for a key, you may pass an
|
© 2003 pmG WorldWide,
LLC.
|
Last
Updated on Thu Jul 10 04:49:36 2003
|