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

fzrt_UUID_copy

Description

Copies one UUID to another. Copies uuid_src to uuid_dst.

Plugin Prototype

fzrt_UUID_td * fzrt_UUID_copy(

const fzrt_UUID_td

uuid_src,

fzrt_UUID_td

uuid_dst )

Parameters

uuid_src [Input]

The UUID to copy.

uuid_dst [Result]

The UUID to copy to.

Returns

The address of uuid_dst on success.
NULL - on failure.

Availability

5.0.0.0

See Also

, , fzrt_UUID_td

Function Set

fz_fzrt_base_fset


Defined in

fzpl_uuid_type.h