CHAILink SDK
Version 1.3
|
typedef void(* NH_SHAREDDISPLAY_REQUEST)(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPDEVICEID const *pSourceDevID) |
Called on shared display request.
This request arrives each 500ms until it is abandoned or accepted by a shared display. At this side, a 1 second one-shot timer should be re-triggered each time this notification is called. If the timer goes to expiration before the request is accepted locally, it should be considered as abandoned.
[in] | hSharedDisplay | Handle to the notified device |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | pSourceDevID | Pointer to the Device ID of the requesting device |