formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_get_name

Description

Get the project's name (string). If the project has not been saved for the first time, then the name is the standard default name (Untitled 1, Untitled 2 etc...) and the named parameter is FALSE.

Plugin Prototype

fzrt_error_td fz_proj_get_name(

fzrt_int

windex,

char *

name,

fzrt_int

max_len,

fzrt_boolean *

named )

Parameters

windex [Input]

project window index

name [Result, Optional]

The projects name

max_len [Input]

length of name parameter

named [Result, Optional]

TRUE if the project has been saved for the first time, else FALSE

Returns

Error codes

Availability

5.0.0.0

Example Files

util_proj_opts.fsl

See Also

Function Set

fz_proj_fset


Defined in

fz_proj_api.h