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

FZPL_CHECK_TYPE

Description

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

Plugin Prototype

#define FZPL_CHECK_TYPE( type, type_string)

Parameters

type type [Input]

The type to compare.

char * type_string [Input]

The string to compare with the type.

Returns

TRUE - the type matches the string.
FALSE - no match.

Return Type: fzrt_boolean

Availability

5.0.0.0

See Also

FZPL_TYPE_2_STRING, FZPL_TYPE_STRING

Defined in

fzpl_plugin.h