CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Shared Display Device Notification handlers.

List of all shared display device notification handlers. More...

Typedefs

typedef void(* NH_SHAREDDISPLAY_REQUEST )(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPDEVICEID const *pSourceDevID)
 Called on shared display request. More...
 
typedef void(* NH_SHAREDDISPLAY_SESSIONCLOSED )(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData)
 Called if shared display session was closed by the client. More...
 
typedef void(* NH_SHAREDDISPLAY_DISPLAYCLEAR )(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData)
 Called if the client is requesting to clear display. More...
 
typedef void(* NH_SHAREDDISPLAY_SETTEXT )(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wX, CPUINT16 const wY, CPCHAR8 const *const utf8Text)
 Called if the client is requesting to display text. More...
 
typedef void(* NH_SHAREDDISPLAY_SETCURSOR )(CPHOBJECT const hSharedDisplay, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPUINT16 const wX, CPUINT16 const wY, SharedDisplayCursorTypes const type)
 Called if the client is requesting to move the cursor. More...
 

Detailed Description

List of all shared display device notification handlers.