formZ SDK | 5.0 API Reference | Project | Window Manager

fz_wind_get_count

Description

Gets the number of windows in a project of the specified type. When type == FZ_WIND_TYPE_NONE, then all windows regardless of type are counted.

Plugin Prototype

fzrt_error_td fz_wind_get_count(

fzrt_int

windex,

fz_wind_type_enum

wind_type,

fzrt_int *

nwinds )

Parameters

windex [Input]

project window index

wind_type [Input]

type of previous window to count

nwinds [Input]

number of windows of wind_type

Returns

Error codes

Availability

5.0.0.0

Example Files

util_wind.fsl

Function Set

fz_wind_fset


Defined in

fz_wind_api.h