FreeRDP
ios_freerdp.h File Reference
#import <CoreGraphics/CoreGraphics.h>
#import <freerdp/freerdp.h>
#import <freerdp/channels/channels.h>
#import "TSXTypes.h"
#import <winpr/clipboard.h>
#import <freerdp/client/cliprdr.h>
This graph shows which files directly or indirectly include this file:

Data Structures

struct  mfContext
 
struct  mfInfo
 

Macros

#define MFI_FROM_INSTANCE(inst)   (((mfContext *)((inst)->context))->mfi)
 

Typedefs

typedef BOOL(* pServerCutText) (rdpContext *context, UINT8 *data, UINT32 size)
 

Enumerations

enum  MF_EXIT_CODE {
  MF_EXIT_SUCCESS = 0 , MF_EXIT_CONN_FAILED = 128 , MF_EXIT_CONN_CANCELED = 129 , MF_EXIT_LOGON_TIMEOUT = 130 ,
  MF_EXIT_UNKNOWN = 255
}
 

Functions

void ios_init_freerdp (void)
 
void ios_uninit_freerdp (void)
 
freerdp * ios_freerdp_new (void)
 
int ios_run_freerdp (freerdp *instance)
 
void ios_freerdp_free (freerdp *instance)
 
void ios_send_clipboard_data (void *context, const void *data, UINT32 size)
 

Macro Definition Documentation

◆ MFI_FROM_INSTANCE

#define MFI_FROM_INSTANCE (   inst)    (((mfContext *)((inst)->context))->mfi)

Typedef Documentation

◆ pServerCutText

typedef BOOL(* pServerCutText) (rdpContext *context, UINT8 *data, UINT32 size)

Enumeration Type Documentation

◆ MF_EXIT_CODE

Enumerator
MF_EXIT_SUCCESS 
MF_EXIT_CONN_FAILED 
MF_EXIT_CONN_CANCELED 
MF_EXIT_LOGON_TIMEOUT 
MF_EXIT_UNKNOWN 

Function Documentation

◆ ios_freerdp_free()

void ios_freerdp_free ( freerdp *  instance)
Here is the call graph for this function:

◆ ios_freerdp_new()

freerdp* ios_freerdp_new ( void  )
Here is the call graph for this function:

◆ ios_init_freerdp()

void ios_init_freerdp ( void  )

◆ ios_run_freerdp()

int ios_run_freerdp ( freerdp *  instance)
Here is the call graph for this function:

◆ ios_send_clipboard_data()

void ios_send_clipboard_data ( void *  context,
const void *  data,
UINT32  size 
)
Here is the call graph for this function:

◆ ios_uninit_freerdp()

void ios_uninit_freerdp ( void  )