FreeRDP
Loading...
Searching...
No Matches
wClipboardDelegate Struct Reference

Data Fields

wClipboard * clipboard
 
void * custom
 
char * basePath
 
WINPR_ATTR_NODISCARD UINT(* ClientRequestFileSize )(wClipboardDelegate *, const wClipboardFileSizeRequest *)
 
WINPR_ATTR_NODISCARD UINT(* ClipboardFileSizeSuccess )(wClipboardDelegate *, const wClipboardFileSizeRequest *, UINT64 fileSize)
 
WINPR_ATTR_NODISCARD UINT(* ClipboardFileSizeFailure )(wClipboardDelegate *, const wClipboardFileSizeRequest *, UINT errorCode)
 
WINPR_ATTR_NODISCARD UINT(* ClientRequestFileRange )(wClipboardDelegate *, const wClipboardFileRangeRequest *)
 
WINPR_ATTR_NODISCARD UINT(* ClipboardFileRangeSuccess )(wClipboardDelegate *, const wClipboardFileRangeRequest *, const BYTE *data, UINT32 size)
 
WINPR_ATTR_NODISCARD UINT(* ClipboardFileRangeFailure )(wClipboardDelegate *, const wClipboardFileRangeRequest *, UINT errorCode)
 
WINPR_ATTR_NODISCARD 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

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

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

◆ ClientRequestFileSize

WINPR_ATTR_NODISCARD 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.

◆ ClipboardFileRangeFailure

WINPR_ATTR_NODISCARD UINT(* wClipboardDelegate::ClipboardFileRangeFailure) (wClipboardDelegate *, const wClipboardFileRangeRequest *, UINT errorCode)

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

◆ ClipboardFileRangeSuccess

WINPR_ATTR_NODISCARD UINT(* wClipboardDelegate::ClipboardFileRangeSuccess) (wClipboardDelegate *, const wClipboardFileRangeRequest *, const BYTE *data, UINT32 size)

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

◆ ClipboardFileSizeFailure

WINPR_ATTR_NODISCARD UINT(* wClipboardDelegate::ClipboardFileSizeFailure) (wClipboardDelegate *, const wClipboardFileSizeRequest *, UINT errorCode)

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

◆ ClipboardFileSizeSuccess

WINPR_ATTR_NODISCARD UINT(* wClipboardDelegate::ClipboardFileSizeSuccess) (wClipboardDelegate *, const wClipboardFileSizeRequest *, UINT64 fileSize)

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

◆ custom

void* wClipboardDelegate::custom

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

◆ IsFileNameComponentValid

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

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


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