formZ SDK | 5.0 API Reference | Project | Symbols

fz_symb_lib_get_next

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,

fz_symb_lib_ptr

lib_ptr_in,

fz_symb_lib_ptr *

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

fz_symb_fset


Defined in

fz_symb_api.h