formZ SDK | 5.0 API Reference | Project | Symbols
Description
Given a library pointer, gets the next library pointer
in the windex. If lib_ptr is passed as NULL, the first library in the windex
is returned. This function can be used to loop through all
libraries in a project. For example:
fz_symb_lib_get_next(windex,NULL,&lib_ptr);
while (lib_ptr != NULL)
{
...
fz_symb_lib_get_next(windex,lib_ptr,&lib_ptr);
}
Plugin Prototype
fzrt_error_td fz_symb_lib_get_next(
fzrt_int | windex, |
lib_ptr_in, | |
lib_ptr_next ) |
Parameters
windex [Input]
project window index
lib_ptr_in [Input]
library
lib_ptr_next [Input]
next library
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in