formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)

FZPL_TYPE_2_STRING

Description

Converts a data or function type to a string and copies it to another string.

Plugin Prototype

#define FZPL_TYPE_2_STRING( type, type_string, maxlen)

Parameters

type type [Input]

The type to convert.

char * type_string [Input]

The string to copy the type to.

fzrt_int maxlen [Input]

The maximum number of characters to copy into type_string.

Availability

5.0.0.0

See Also

FZPL_CHECK_TYPE, FZPL_TYPE_STRING

Defined in

fzpl_plugin.h