FreeRDP
ios_freerdp_events.h File Reference
#import <Foundation/Foundation.h>
#import "ios_freerdp.h"
This graph shows which files directly or indirectly include this file:

Functions

BOOL ios_events_send (mfInfo *mfi, NSDictionary *event_description)
 
HANDLE ios_events_get_handle (mfInfo *mfi)
 
BOOL ios_events_check_handle (mfInfo *mfi)
 
BOOL ios_events_create_pipe (mfInfo *mfi)
 
void ios_events_free_pipe (mfInfo *mfi)
 

Function Documentation

◆ ios_events_check_handle()

BOOL ios_events_check_handle ( mfInfo *  mfi)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_events_create_pipe()

BOOL ios_events_create_pipe ( mfInfo *  mfi)
Here is the caller graph for this function:

◆ ios_events_free_pipe()

void ios_events_free_pipe ( mfInfo *  mfi)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ios_events_get_handle()

HANDLE ios_events_get_handle ( mfInfo *  mfi)
Here is the caller graph for this function:

◆ ios_events_send()

BOOL ios_events_send ( mfInfo *  mfi,
NSDictionary *  event_description 
)