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

fzrt_UUID_is_notNULL

Description

Checks if a UUID is not NULL. Checks if a uuid is not NULL and not FZRT_UUID_NULL.

Plugin Prototype

fzrt_boolean fzrt_UUID_is_notNULL(

const fzrt_UUID_td

uuid )

Parameters

uuid [Input]

The UUID to check.

Returns

TRUE - uuid is NULL or equal to FZRT_UUID_NULL.
FALSE - otherwise.

Availability

5.0.0.0

See Also

, fzrt_UUID_is_NULL, fzrt_UUID_td

Function Set

fz_fzrt_base_fset


Defined in

fzpl_uuid_type.h