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

fzpl_fset_is_type

Description

This provides a runtime type check of a function set. The function set must have been acquired by fzpl_fset_acquire.

Plugin Prototype

fzrt_error_td fzpl_fset_is_type(

const fzpl_fset_td * const

fset,

const char *

typestr,

fzrt_boolean *

is_type )

Parameters

fset [Input]

The function set to check.

typestr [Input]

The type name string for the comparison.

is_type [Result]

TRUE if the types match.
FALSE if the types don't match.

Returns

FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - fset, typestr, is_type is NULL.
FZPL_BAD_FUNCTION_SET_ERROR - the function set is uninitialized or corrupt. Most likely caused by passing in a function set which was not acquired by fzpl_fset_acquire.

Availability

5.0.0.0

See Also

fzpl_fset_td

Function Set

fzpl_fset_glue_fset


Defined in

fzpl_plugin.h