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