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
Direction | Name | Description |
---|---|---|
in | ps | Parsec instance returned by ParsecInit . |
out | guests | Pointer 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
.