formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Render Manager

fz_rndr_wind_data_get

Description

Returns a pointer to the window data of a renderer. The renderer is identified by its UUID. The window data storage is maintained by formZ. It is a block of memory allocated to the size returned by the renderer's info function.

Plugin Prototype

short fz_rndr_wind_data_get(

fzrt_int

windex,

fzrt_UUID_td

rndr_uuid,

fzrt_ptr *

wind_data )

Parameters

windex [Input]

project window index

rndr_uuid [Input]

The renderer's UUID

wind_data [Result]

A pointer to the renderer's window data

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_rndr_mngr_fset


Defined in

fz_rndr_api.h