SE_uuidgenerator_get_uuids

Generates a list of Universally Unique IDs (UUIDs)

Usage syntax

LONG SE_uuidgenerator_get_uuids
(SE_UUIDGENERATOR uuid_generator,
LONG uuid_count,
CHAR ***uuid_list)

Parameters
uuid_generator UUID generator object handle
uuid_count The number of ids wanted
uuid_list The list of UUID strings generated; allocated to length uuid_count
Description

This function generates a list of DCE version 1 Universally Unique IDs in string format. The list should be freed using SE_uuidgenerator_free_uuids() when no longer needed.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_INVALID_SERVER

SE_OUT_OF_CLMEM

SE_SDE_NOT_STARTED