CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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.

Parameters
[in]hSharedDisplayClientHandle to the notified device
[in]deviceTypeType of the notified local device. See ObjectTypes
[in]dwDeviceUserDataThe user data associated to the device handle during its creation.
[in]displayCapsdisplay capabilities
[in]widthdisplay width
[in]heightdisplay height
Remarks
This notification is activated by using SharedDisplayClient_RegisterNotificationHandler. If this notification is defined in the CLC_Callbacks structure then NH_SHAREDDISPLAYCLIENT_SESSIONCLOSED and NH_SHAREDDISPLAYCLIENT_ONKEY must also be defined.