odin_room_customer
Retrieves the identifier of the customer the room is assigned to from the specified
.Declaration
Parameters
room
Handle of the room whose customer identifier is to be retrieved. See
for more information.Declaration
out_customer
Buffer to store the customer identifier. The buffer must be large enough to store the customer identifier.
Declaration
out_customer_len
Size of the buffer in bytes.
Declaration
Returns
A return code indicating success or failure. See
for more information.Declaration