FreeRDP
|
Data Fields | |
wClipboard * | clipboard |
void * | custom |
char * | basePath |
UINT(* | ClientRequestFileSize )(wClipboardDelegate *, const wClipboardFileSizeRequest *) |
wClipboardDelegate const wClipboardFileSizeRequest UINT64 | fileSize |
wClipboardDelegate const wClipboardFileSizeRequest UINT | errorCode |
UINT(* | ClientRequestFileRange )(wClipboardDelegate *, const wClipboardFileRangeRequest *) |
wClipboardDelegate const wClipboardFileRangeRequest const BYTE * | data |
wClipboardDelegate const wClipboardFileRangeRequest const BYTE UINT32 | size |
wClipboardDelegate const wClipboardFileRangeRequest UINT | errorCode |
BOOL(* | IsFileNameComponentValid )(LPCWSTR lpFileName) |
Definition at line 48 of file include/winpr/clipboard.h.
char* wClipboardDelegate::basePath |
Definition at line 52 of file include/winpr/clipboard.h.
UINT(* wClipboardDelegate::ClientRequestFileRange) (wClipboardDelegate *, const wClipboardFileRangeRequest *) |
Definition at line 60 of file include/winpr/clipboard.h.
UINT(* wClipboardDelegate::ClientRequestFileSize) (wClipboardDelegate *, const wClipboardFileSizeRequest *) |
Definition at line 54 of file include/winpr/clipboard.h.
wClipboard* wClipboardDelegate::clipboard |
Definition at line 50 of file include/winpr/clipboard.h.
void* wClipboardDelegate::custom |
Definition at line 51 of file include/winpr/clipboard.h.
wClipboardDelegate const wClipboardFileRangeRequest const BYTE* wClipboardDelegate::data |
Definition at line 62 of file include/winpr/clipboard.h.
wClipboardDelegate const wClipboardFileSizeRequest UINT wClipboardDelegate::errorCode |
Definition at line 58 of file include/winpr/clipboard.h.
wClipboardDelegate const wClipboardFileRangeRequest UINT wClipboardDelegate::errorCode |
Definition at line 64 of file include/winpr/clipboard.h.
wClipboardDelegate const wClipboardFileSizeRequest UINT64 wClipboardDelegate::fileSize |
Definition at line 56 of file include/winpr/clipboard.h.
BOOL(* wClipboardDelegate::IsFileNameComponentValid) (LPCWSTR lpFileName) |
Definition at line 66 of file include/winpr/clipboard.h.
wClipboardDelegate const wClipboardFileRangeRequest const BYTE UINT32 wClipboardDelegate::size |
Definition at line 62 of file include/winpr/clipboard.h.