FreeRDP
|
Data Structures | |
struct | RdpdrDevice |
struct | RDPDR_CAPABILITY_HEADER |
Functions | |
FREERDP_API const char * | rdpdr_component_string (UINT16 component) |
FREERDP_API const char * | rdpdr_packetid_string (UINT16 packetid) |
FREERDP_API const char * | rdpdr_irp_string (UINT32 major) |
FREERDP_API const char * | rdpdr_cap_type_string (UINT16 capability) |
FREERDP_API LONG | scard_log_status_error (const char *tag, const char *what, LONG status) |
FREERDP_API const char * | scard_get_ioctl_string (UINT32 ioControlCode, BOOL funcName) |
FREERDP_API BOOL | rdpdr_write_iocompletion_header (wStream *out, UINT32 DeviceId, UINT32 CompletionId, UINT32 ioStatus) |
FREERDP_API void | rdpdr_dump_received_packet (wLog *log, DWORD lvl, wStream *out, const char *custom) |
FREERDP_API void | rdpdr_dump_send_packet (wLog *log, DWORD lvl, wStream *out, const char *custom) |
FREERDP_API UINT | rdpdr_read_capset_header (wLog *log, wStream *s, RDPDR_CAPABILITY_HEADER *header) |
FREERDP_API UINT | rdpdr_write_capset_header (wLog *log, wStream *s, const RDPDR_CAPABILITY_HEADER *header) |
FREERDP_API const char* rdpdr_cap_type_string | ( | UINT16 | capability | ) |
FREERDP_API const char* rdpdr_component_string | ( | UINT16 | component | ) |
FREERDP_API void rdpdr_dump_received_packet | ( | wLog * | log, |
DWORD | lvl, | ||
wStream * | out, | ||
const char * | custom | ||
) |
FREERDP_API void rdpdr_dump_send_packet | ( | wLog * | log, |
DWORD | lvl, | ||
wStream * | out, | ||
const char * | custom | ||
) |
FREERDP_API const char* rdpdr_irp_string | ( | UINT32 | major | ) |
FREERDP_API const char* rdpdr_packetid_string | ( | UINT16 | packetid | ) |
FREERDP_API UINT rdpdr_read_capset_header | ( | wLog * | log, |
wStream * | s, | ||
RDPDR_CAPABILITY_HEADER * | header | ||
) |
FREERDP_API UINT rdpdr_write_capset_header | ( | wLog * | log, |
wStream * | s, | ||
const RDPDR_CAPABILITY_HEADER * | header | ||
) |
FREERDP_API BOOL rdpdr_write_iocompletion_header | ( | wStream * | out, |
UINT32 | DeviceId, | ||
UINT32 | CompletionId, | ||
UINT32 | ioStatus | ||
) |
FREERDP_API const char* scard_get_ioctl_string | ( | UINT32 | ioControlCode, |
BOOL | funcName | ||
) |
FREERDP_API LONG scard_log_status_error | ( | const char * | tag, |
const char * | what, | ||
LONG | status | ||
) |