FreeRDP
RDP_CLIENT_ENTRY_POINTS_V1 Struct Reference

Data Fields

DWORD Size
 
DWORD Version
 
rdpSettings * settings
 
pRdpGlobalInit GlobalInit
 
pRdpGlobalUninit GlobalUninit
 
DWORD ContextSize
 
pRdpClientNew ClientNew
 
pRdpClientFree ClientFree
 
pRdpClientStart ClientStart
 
pRdpClientStop ClientStop
 

Detailed Description

Definition at line 61 of file include/freerdp/client.h.

Field Documentation

◆ ClientFree

pRdpClientFree RDP_CLIENT_ENTRY_POINTS_V1::ClientFree

Definition at line 73 of file include/freerdp/client.h.

◆ ClientNew

pRdpClientNew RDP_CLIENT_ENTRY_POINTS_V1::ClientNew

Definition at line 72 of file include/freerdp/client.h.

◆ ClientStart

pRdpClientStart RDP_CLIENT_ENTRY_POINTS_V1::ClientStart

Definition at line 75 of file include/freerdp/client.h.

◆ ClientStop

pRdpClientStop RDP_CLIENT_ENTRY_POINTS_V1::ClientStop

Definition at line 76 of file include/freerdp/client.h.

◆ ContextSize

DWORD RDP_CLIENT_ENTRY_POINTS_V1::ContextSize

Definition at line 71 of file include/freerdp/client.h.

◆ GlobalInit

pRdpGlobalInit RDP_CLIENT_ENTRY_POINTS_V1::GlobalInit

Definition at line 68 of file include/freerdp/client.h.

◆ GlobalUninit

pRdpGlobalUninit RDP_CLIENT_ENTRY_POINTS_V1::GlobalUninit

Definition at line 69 of file include/freerdp/client.h.

◆ settings

rdpSettings* RDP_CLIENT_ENTRY_POINTS_V1::settings

Definition at line 66 of file include/freerdp/client.h.

◆ Size

DWORD RDP_CLIENT_ENTRY_POINTS_V1::Size

Definition at line 63 of file include/freerdp/client.h.

◆ Version

DWORD RDP_CLIENT_ENTRY_POINTS_V1::Version

Definition at line 64 of file include/freerdp/client.h.


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