formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility

fzrt_get_os_string

Description

Gets a string describing the current OS.

Plugin Prototype

fzrt_error_td fzrt_get_os_string(

fzrt_int

extended,

char *

os_str,

fzrt_unsigned_int

maxlen )

Parameters

extended [Input]

1 to includes details (e.g. for NT the Build and Service Pack numbers)

os_str [Input]

pointer to character buffer to receive C string, must be allocated by caller

maxlen [Input]

length of character buffer os_str

Returns

pointer to string, same as parameter os_str., NULL if there is an error

Availability

5.0.0.0

See Also

, fzrt_get_os_long

Function Set

fz_fzrt_util_fset


Defined in

fzrt_api.h