Skip to Content

bz_newIntList()

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.

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

Usage

bz_APIIntList* bz_newIntList()

Returns

bz_APIIntList* - 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