CHAILink SDK
Version 1.3
|
CLC_ErrorCode RemoteDevice_GetName_Async | ( | CPHOOKEDOBJECT const | hRemoteDevice, |
DeviceNameFormats const | format, | ||
CPUINT32 const | dwClientContextData, | ||
CPHASYNC *const | phAsync | ||
) |
Get the device name.
Query the remote device about its name, depending on format argument.
[in] | hRemoteDevice | Handle to the remote device. |
[in] | format | Requested name format (see DeviceNameFormats enumeration in CLC_Enums.h) |
[in] | dwClientContextData | Data passed back to the ARH_REMOTEDEVICE_GETNAME callback handler. |
[out] | phAsync | Pointer to the handle of the async operation. |