FreeRDP
|
Data Structures | |
struct | LocationServerContext |
Typedefs | |
typedef UINT(* | psLocationServerOpen) (LocationServerContext *context) |
typedef UINT(* | psLocationServerClose) (LocationServerContext *context) |
typedef BOOL(* | psLocationServerChannelIdAssigned) (LocationServerContext *context, UINT32 channelId) |
typedef UINT(* | psLocationServerInitialize) (LocationServerContext *context, BOOL externalThread) |
typedef UINT(* | psLocationServerPoll) (LocationServerContext *context) |
typedef BOOL(* | psLocationServerChannelHandle) (LocationServerContext *context, HANDLE *handle) |
typedef UINT(* | psLocationServerServerReady) (LocationServerContext *context, const RDPLOCATION_SERVER_READY_PDU *serverReady) |
typedef UINT(* | psLocationServerClientReady) (LocationServerContext *context, const RDPLOCATION_CLIENT_READY_PDU *clientReady) |
typedef UINT(* | psLocationServerBaseLocation3D) (LocationServerContext *context, const RDPLOCATION_BASE_LOCATION3D_PDU *baseLocation3D) |
typedef UINT(* | psLocationServerLocation2DDelta) (LocationServerContext *context, const RDPLOCATION_LOCATION2D_DELTA_PDU *location2DDelta) |
typedef UINT(* | psLocationServerLocation3DDelta) (LocationServerContext *context, const RDPLOCATION_LOCATION3D_DELTA_PDU *location3DDelta) |
Functions | |
FREERDP_API void | location_server_context_free (LocationServerContext *context) |
FREERDP_API LocationServerContext * | location_server_context_new (HANDLE vcm) |
typedef UINT(* psLocationServerBaseLocation3D) (LocationServerContext *context, const RDPLOCATION_BASE_LOCATION3D_PDU *baseLocation3D) |
typedef BOOL(* psLocationServerChannelIdAssigned) (LocationServerContext *context, UINT32 channelId) |
typedef UINT(* psLocationServerClientReady) (LocationServerContext *context, const RDPLOCATION_CLIENT_READY_PDU *clientReady) |
typedef UINT(* psLocationServerLocation2DDelta) (LocationServerContext *context, const RDPLOCATION_LOCATION2D_DELTA_PDU *location2DDelta) |
typedef UINT(* psLocationServerLocation3DDelta) (LocationServerContext *context, const RDPLOCATION_LOCATION3D_DELTA_PDU *location3DDelta) |
typedef UINT(* psLocationServerServerReady) (LocationServerContext *context, const RDPLOCATION_SERVER_READY_PDU *serverReady) |
FREERDP_API void location_server_context_free | ( | LocationServerContext * | context | ) |
FREERDP_API LocationServerContext* location_server_context_new | ( | HANDLE | vcm | ) |