FreeRDP
CHANNEL_OPEN_DATA Struct Reference

Data Fields

char name [CHANNEL_NAME_LEN+1]
 
int OpenHandle
 
int options
 
int flags
 
void * pInterface
 
rdpChannels * channels
 
void * lpUserParam
 
PCHANNEL_OPEN_EVENT_FN pChannelOpenEventProc
 
PCHANNEL_OPEN_EVENT_EX_FN pChannelOpenEventProcEx
 

Detailed Description

Definition at line 53 of file libfreerdp/core/client.h.

Field Documentation

◆ channels

rdpChannels* CHANNEL_OPEN_DATA::channels

Definition at line 60 of file libfreerdp/core/client.h.

◆ flags

int CHANNEL_OPEN_DATA::flags

Definition at line 58 of file libfreerdp/core/client.h.

◆ lpUserParam

void* CHANNEL_OPEN_DATA::lpUserParam

Definition at line 61 of file libfreerdp/core/client.h.

◆ name

char CHANNEL_OPEN_DATA::name[CHANNEL_NAME_LEN+1]

Definition at line 55 of file libfreerdp/core/client.h.

◆ OpenHandle

int CHANNEL_OPEN_DATA::OpenHandle

Definition at line 56 of file libfreerdp/core/client.h.

◆ options

int CHANNEL_OPEN_DATA::options

Definition at line 57 of file libfreerdp/core/client.h.

◆ pChannelOpenEventProc

PCHANNEL_OPEN_EVENT_FN CHANNEL_OPEN_DATA::pChannelOpenEventProc

Definition at line 62 of file libfreerdp/core/client.h.

◆ pChannelOpenEventProcEx

PCHANNEL_OPEN_EVENT_EX_FN CHANNEL_OPEN_DATA::pChannelOpenEventProcEx

Definition at line 63 of file libfreerdp/core/client.h.

◆ pInterface

void* CHANNEL_OPEN_DATA::pInterface

Definition at line 59 of file libfreerdp/core/client.h.


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