formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
Queries a function set for its type UUID. The function set must have been acquired by fzpl_fset_acquire.
Plugin Prototype
fzrt_error_td fzpl_fset_get_id(
const fzpl_fset_td * const | fset, |
id ) |
Parameters
fset [Input]
The function set to query.
id [Result]
The type UUID.
Returns
FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - fset or id 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
Function Set
Defined in