formZ SDK | 5.0 API Reference | Project | Window Manager

fz_wind_get_next

Description

Gets the next project window. This function gets the next window of the specified type. When type == FZ_WIND_TYPE_NONE, then the next window regardless of type is returned. The project windows can be walked using this function until the windex_next is the starting windex.

Plugin Prototype

fzrt_error_td fz_wind_get_next(

fzrt_int

windex,

fz_wind_type_enum

wind_type,

fzrt_int *

windex_next )

Parameters

windex [Input]

project window index

wind_type [Input]

type of next window to get

windex_next [Input]

next window project of wind_type

Returns

Error codes

Availability

5.0.0.0

Example Files

util_wind.fsl

See Also

fz_wind_get_prev

Function Set

fz_wind_fset


Defined in

fz_wind_api.h