Skip to Content

bz_newStringList()

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.

Create an API-safe vector to hold strings when working with API functions. When you are done using the list, be sure to free the allocated memory by calling bz_deleteStringList().

Usage

bz_APIStringList* bz_newStringList()

Returns

bz_APIStringList* - A pointer to the allocated list

Other API Lists Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page