FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
wClipboardDelegate Struct Reference
Collaboration diagram for wClipboardDelegate:

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)
 

Detailed Description

Definition at line 48 of file include/winpr/clipboard.h.

Field Documentation

◆ basePath

char* wClipboardDelegate::basePath

Definition at line 52 of file include/winpr/clipboard.h.

◆ ClientRequestFileRange

UINT(* wClipboardDelegate::ClientRequestFileRange) (wClipboardDelegate *, const wClipboardFileRangeRequest *)

Definition at line 60 of file include/winpr/clipboard.h.

◆ ClientRequestFileSize

UINT(* wClipboardDelegate::ClientRequestFileSize) (wClipboardDelegate *, const wClipboardFileSizeRequest *)

Definition at line 54 of file include/winpr/clipboard.h.

◆ clipboard

wClipboard* wClipboardDelegate::clipboard

Definition at line 50 of file include/winpr/clipboard.h.

◆ custom

void* wClipboardDelegate::custom

Definition at line 51 of file include/winpr/clipboard.h.

◆ data

wClipboardDelegate const wClipboardFileRangeRequest const BYTE* wClipboardDelegate::data

Definition at line 62 of file include/winpr/clipboard.h.

◆ errorCode [1/2]

wClipboardDelegate const wClipboardFileSizeRequest UINT wClipboardDelegate::errorCode

Definition at line 58 of file include/winpr/clipboard.h.

◆ errorCode [2/2]

wClipboardDelegate const wClipboardFileRangeRequest UINT wClipboardDelegate::errorCode

Definition at line 64 of file include/winpr/clipboard.h.

◆ fileSize

wClipboardDelegate const wClipboardFileSizeRequest UINT64 wClipboardDelegate::fileSize

Definition at line 56 of file include/winpr/clipboard.h.

◆ IsFileNameComponentValid

BOOL(* wClipboardDelegate::IsFileNameComponentValid) (LPCWSTR lpFileName)

Definition at line 66 of file include/winpr/clipboard.h.

◆ size

wClipboardDelegate const wClipboardFileRangeRequest const BYTE UINT32 wClipboardDelegate::size

Definition at line 62 of file include/winpr/clipboard.h.


The documentation for this struct was generated from the following file: