FreeRDP
|
Data Structures | |
struct | CamDevEnumServerContext |
Typedefs | |
typedef UINT(* | psCamDevEnumServerServerOpen) (CamDevEnumServerContext *context) |
typedef UINT(* | psCamDevEnumServerServerClose) (CamDevEnumServerContext *context) |
typedef BOOL(* | psCamDevEnumServerServerChannelIdAssigned) (CamDevEnumServerContext *context, UINT32 channelId) |
typedef UINT(* | psCamDevEnumServerServerInitialize) (CamDevEnumServerContext *context, BOOL externalThread) |
typedef UINT(* | psCamDevEnumServerServerPoll) (CamDevEnumServerContext *context) |
typedef BOOL(* | psCamDevEnumServerServerChannelHandle) (CamDevEnumServerContext *context, HANDLE *handle) |
typedef UINT(* | psCamDevEnumServerServerSelectVersionRequest) (CamDevEnumServerContext *context, const CAM_SELECT_VERSION_REQUEST *selectVersionRequest) |
typedef UINT(* | psCamDevEnumServerServerSelectVersionResponse) (CamDevEnumServerContext *context, const CAM_SELECT_VERSION_RESPONSE *selectVersionResponse) |
typedef UINT(* | psCamDevEnumServerServerDeviceAddedNotification) (CamDevEnumServerContext *context, const CAM_DEVICE_ADDED_NOTIFICATION *deviceAddedNotification) |
typedef UINT(* | psCamDevEnumServerServerDeviceRemovedNotification) (CamDevEnumServerContext *context, const CAM_DEVICE_REMOVED_NOTIFICATION *deviceRemovedNotification) |
Functions | |
FREERDP_API void | cam_dev_enum_server_context_free (CamDevEnumServerContext *context) |
FREERDP_API CamDevEnumServerContext * | cam_dev_enum_server_context_new (HANDLE vcm) |
typedef BOOL(* psCamDevEnumServerServerChannelHandle) (CamDevEnumServerContext *context, HANDLE *handle) |
typedef BOOL(* psCamDevEnumServerServerChannelIdAssigned) (CamDevEnumServerContext *context, UINT32 channelId) |
typedef UINT(* psCamDevEnumServerServerDeviceAddedNotification) (CamDevEnumServerContext *context, const CAM_DEVICE_ADDED_NOTIFICATION *deviceAddedNotification) |
typedef UINT(* psCamDevEnumServerServerDeviceRemovedNotification) (CamDevEnumServerContext *context, const CAM_DEVICE_REMOVED_NOTIFICATION *deviceRemovedNotification) |
typedef UINT(* psCamDevEnumServerServerInitialize) (CamDevEnumServerContext *context, BOOL externalThread) |
typedef UINT(* psCamDevEnumServerServerSelectVersionRequest) (CamDevEnumServerContext *context, const CAM_SELECT_VERSION_REQUEST *selectVersionRequest) |
typedef UINT(* psCamDevEnumServerServerSelectVersionResponse) (CamDevEnumServerContext *context, const CAM_SELECT_VERSION_RESPONSE *selectVersionResponse) |
FREERDP_API void cam_dev_enum_server_context_free | ( | CamDevEnumServerContext * | context | ) |
FREERDP_API CamDevEnumServerContext* cam_dev_enum_server_context_new | ( | HANDLE | vcm | ) |