FreeRDP
|
Data Structures | |
struct | GfxRedirServerContext |
Typedefs | |
typedef UINT(* | psGfxRedirOpen) (GfxRedirServerContext *context) |
typedef UINT(* | psGfxRedirClose) (GfxRedirServerContext *context) |
typedef UINT(* | psGfxRedirError) (GfxRedirServerContext *context, const GFXREDIR_ERROR_PDU *error) |
typedef UINT(* | psGfxRedirGraphicsRedirectionLegacyCaps) (GfxRedirServerContext *context, const GFXREDIR_LEGACY_CAPS_PDU *graphicsCaps) |
typedef UINT(* | psGfxRedirGraphicsRedirectionCapsAdvertise) (GfxRedirServerContext *context, const GFXREDIR_CAPS_ADVERTISE_PDU *graphicsCapsAdvertise) |
typedef UINT(* | psGfxRedirGraphicsRedirectionCapsConfirm) (GfxRedirServerContext *context, const GFXREDIR_CAPS_CONFIRM_PDU *graphicsCapsConfirm) |
typedef UINT(* | psGfxRedirOpenPool) (GfxRedirServerContext *context, const GFXREDIR_OPEN_POOL_PDU *openPool) |
typedef UINT(* | psGfxRedirClosePool) (GfxRedirServerContext *context, const GFXREDIR_CLOSE_POOL_PDU *closePool) |
typedef UINT(* | psGfxRedirCreateBuffer) (GfxRedirServerContext *context, const GFXREDIR_CREATE_BUFFER_PDU *createBuffer) |
typedef UINT(* | psGfxRedirDestroyBuffer) (GfxRedirServerContext *context, const GFXREDIR_DESTROY_BUFFER_PDU *destroyBuffer) |
typedef UINT(* | psGfxRedirPresentBuffer) (GfxRedirServerContext *context, const GFXREDIR_PRESENT_BUFFER_PDU *presentBuffer) |
typedef UINT(* | psGfxRedirPresentBufferAck) (GfxRedirServerContext *context, const GFXREDIR_PRESENT_BUFFER_ACK_PDU *presentBufferAck) |
Functions | |
FREERDP_API GfxRedirServerContext * | gfxredir_server_context_new (HANDLE vcm) |
FREERDP_API void | gfxredir_server_context_free (GfxRedirServerContext *context) |
typedef UINT(* psGfxRedirClosePool) (GfxRedirServerContext *context, const GFXREDIR_CLOSE_POOL_PDU *closePool) |
typedef UINT(* psGfxRedirCreateBuffer) (GfxRedirServerContext *context, const GFXREDIR_CREATE_BUFFER_PDU *createBuffer) |
typedef UINT(* psGfxRedirDestroyBuffer) (GfxRedirServerContext *context, const GFXREDIR_DESTROY_BUFFER_PDU *destroyBuffer) |
typedef UINT(* psGfxRedirError) (GfxRedirServerContext *context, const GFXREDIR_ERROR_PDU *error) |
typedef UINT(* psGfxRedirGraphicsRedirectionCapsAdvertise) (GfxRedirServerContext *context, const GFXREDIR_CAPS_ADVERTISE_PDU *graphicsCapsAdvertise) |
typedef UINT(* psGfxRedirGraphicsRedirectionCapsConfirm) (GfxRedirServerContext *context, const GFXREDIR_CAPS_CONFIRM_PDU *graphicsCapsConfirm) |
typedef UINT(* psGfxRedirGraphicsRedirectionLegacyCaps) (GfxRedirServerContext *context, const GFXREDIR_LEGACY_CAPS_PDU *graphicsCaps) |
typedef UINT(* psGfxRedirOpenPool) (GfxRedirServerContext *context, const GFXREDIR_OPEN_POOL_PDU *openPool) |
typedef UINT(* psGfxRedirPresentBuffer) (GfxRedirServerContext *context, const GFXREDIR_PRESENT_BUFFER_PDU *presentBuffer) |
typedef UINT(* psGfxRedirPresentBufferAck) (GfxRedirServerContext *context, const GFXREDIR_PRESENT_BUFFER_ACK_PDU *presentBufferAck) |
FREERDP_API void gfxredir_server_context_free | ( | GfxRedirServerContext * | context | ) |
FREERDP_API GfxRedirServerContext* gfxredir_server_context_new | ( | HANDLE | vcm | ) |