Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the device associated with this endpoint.
Syntax
PartyError GetDevice(
PartyDevice** device
)
Parameters
device PartyDevice**
library-allocated output
The output device associated with this endpoint.
Return value
PartyError
c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().
Requirements
Header: Party.h