odin_room_id
Retrieves the room ID (e.g. the name of the room) from the specified OdinRoomHandle
Declaration
Parameters
room
Handle of the room whose ID is to be retrieved. See OdinRoomHandle
Declaration
out_id
Buffer to store the room ID. The buffer must be large enough to store the room ID.
Declaration
out_id_len
Size of the buffer in bytes.
Declaration
Returns
A return code indicating success or failure. See OdinReturnCode
Declaration