Function maa_framework::internal::MaaControllerGetUUID
source · pub unsafe extern "C" fn MaaControllerGetUUID(
ctrl: MaaControllerHandle,
buffer: MaaStringBufferHandle
) -> MaaBool
Available on crate feature
internal
only.Expand description
@brief Get the UUID of the controller.
@param ctrl @param[out] buffer The buffer that the UUID will be stored in.
@return MaaBool Whether the resolution is retrieved successfully.