Parsec

ParsecClientGetGuests

uint32_tParsecClientGetGuests(Parsec *
ps,
ParsecGuest **
guests
)

Get a list of all guests currently connected to the host.

The return value guests is dynamically allocated and must be passed to ParsecFree after use.

Parameters

DirectionNameDescription
inpsParsec instance returned by ParsecInit.
outguestsPointer to an array of guests. May be NULL to query the number of guests but not set the array.

Returns

The length of the array returned in guests.