CHAILink SDK
Version 1.3
|
typedef void(* NH_SHAREDDISPLAYCLIENT_REQUESTACCEPTED)(CPHOBJECT const hSharedDisplayClient, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, SharedDisplayCaps const displayCaps, CPUINT16 const wWidth, CPUINT16 const wHeight) |
Called if a shared display server is accepting the request.
[in] | hSharedDisplayClient | 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] | displayCaps | display capabilities |
[in] | width | display width |
[in] | height | display height |