bz_deleteIntList()
Available since 2.4.0
To safely work with STL objects across the DLL boundary, a bz_APIIntList* owned by the BZFS process is used to share data between plug-ins and BZFS.
Delete an int list that was allocated by BZFS.
Usage
void bz_deleteIntList(bz_APIIntList* list)
Parameters | ||
---|---|---|
bz_APIIntList* |
list
|
The list to delete |
Other API Lists Functions
This content is maintained on GitHub. We welcome any feedback and improvements!