formZ SDK | 5.0 API Reference | Project | Window Manager

fz_wind_get_prev

Description

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

Plugin Prototype

fzrt_error_td fz_wind_get_prev(

fzrt_int

windex,

fz_wind_type_enum

wind_type,

fzrt_int *

windex_prev )

Parameters

windex [Input]

project window index

wind_type [Input]

type of previous window to get

windex_prev [Input]

previous window project of wind_type

Returns

Error codes

Availability

5.0.0.0

Example Files

util_wind.fsl

See Also

Function Set

fz_wind_fset


Defined in

fz_wind_api.h