Function ACT_GenerateUuid

Source
pub unsafe extern "C" fn ACT_GenerateUuid(
    uuid: *mut ActUuid,
    uniqueId: u32_,
) -> Result
Expand description

Generates a UUID.

ยงArguments

  • uuid - Pointer to output the generated UUID to.
  • uniqueId - The unique ID to use during generation. Special values include ACT_UUID_REGULAR and ACT_UUID_CURRENT_PROCESS.