FreeRDP
info.h File Reference
#include "rdp.h"
#include <freerdp/freerdp.h>
#include <freerdp/api.h>
#include <winpr/stream.h>
This graph shows which files directly or indirectly include this file:

Macros

#define ADDRESS_FAMILY_INET   0x0002
 
#define ADDRESS_FAMILY_INET6   0x0017
 
#define INFO_MOUSE   0x00000001
 
#define INFO_DISABLECTRLALTDEL   0x00000002
 
#define INFO_AUTOLOGON   0x00000008
 
#define INFO_UNICODE   0x00000010
 
#define INFO_MAXIMIZESHELL   0x00000020
 
#define INFO_LOGONNOTIFY   0x00000040
 
#define INFO_COMPRESSION   0x00000080
 
#define INFO_ENABLEWINDOWSKEY   0x00000100
 
#define INFO_REMOTECONSOLEAUDIO   0x00002000
 
#define INFO_FORCE_ENCRYPTED_CS_PDU   0x00004000
 
#define INFO_RAIL   0x00008000
 
#define INFO_LOGONERRORS   0x00010000
 
#define INFO_MOUSE_HAS_WHEEL   0x00020000
 
#define INFO_PASSWORD_IS_SC_PIN   0x00040000
 
#define INFO_NOAUDIOPLAYBACK   0x00080000
 
#define INFO_USING_SAVED_CREDS   0x00100000
 
#define INFO_AUDIOCAPTURE   0x00200000
 
#define INFO_VIDEO_DISABLE   0x00400000
 
#define INFO_HIDEF_RAIL_SUPPORTED   0x02000000
 
#define LOGON_EX_AUTORECONNECTCOOKIE   0x00000001
 
#define LOGON_EX_LOGONERRORS   0x00000002
 
#define SAVE_SESSION_PDU_VERSION_ONE   0x0001
 

Functions

FREERDP_LOCAL BOOL rdp_recv_client_info (rdpRdp *rdp, wStream *s)
 
FREERDP_LOCAL BOOL rdp_send_client_info (rdpRdp *rdp)
 
FREERDP_LOCAL BOOL rdp_recv_save_session_info (rdpRdp *rdp, wStream *s)
 
FREERDP_LOCAL BOOL rdp_send_save_session_info (rdpContext *context, UINT32 type, void *data)
 
FREERDP_LOCAL BOOL rdp_send_server_status_info (rdpContext *context, UINT32 status)
 

Macro Definition Documentation

◆ ADDRESS_FAMILY_INET

#define ADDRESS_FAMILY_INET   0x0002

FreeRDP: A Remote Desktop Protocol Implementation RDP Client Info

Copyright 2011 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

◆ ADDRESS_FAMILY_INET6

#define ADDRESS_FAMILY_INET6   0x0017

◆ INFO_AUDIOCAPTURE

#define INFO_AUDIOCAPTURE   0x00200000

◆ INFO_AUTOLOGON

#define INFO_AUTOLOGON   0x00000008

◆ INFO_COMPRESSION

#define INFO_COMPRESSION   0x00000080

◆ INFO_DISABLECTRLALTDEL

#define INFO_DISABLECTRLALTDEL   0x00000002

◆ INFO_ENABLEWINDOWSKEY

#define INFO_ENABLEWINDOWSKEY   0x00000100

◆ INFO_FORCE_ENCRYPTED_CS_PDU

#define INFO_FORCE_ENCRYPTED_CS_PDU   0x00004000

◆ INFO_HIDEF_RAIL_SUPPORTED

#define INFO_HIDEF_RAIL_SUPPORTED   0x02000000

◆ INFO_LOGONERRORS

#define INFO_LOGONERRORS   0x00010000

◆ INFO_LOGONNOTIFY

#define INFO_LOGONNOTIFY   0x00000040

◆ INFO_MAXIMIZESHELL

#define INFO_MAXIMIZESHELL   0x00000020

◆ INFO_MOUSE

#define INFO_MOUSE   0x00000001

◆ INFO_MOUSE_HAS_WHEEL

#define INFO_MOUSE_HAS_WHEEL   0x00020000

◆ INFO_NOAUDIOPLAYBACK

#define INFO_NOAUDIOPLAYBACK   0x00080000

◆ INFO_PASSWORD_IS_SC_PIN

#define INFO_PASSWORD_IS_SC_PIN   0x00040000

◆ INFO_RAIL

#define INFO_RAIL   0x00008000

◆ INFO_REMOTECONSOLEAUDIO

#define INFO_REMOTECONSOLEAUDIO   0x00002000

◆ INFO_UNICODE

#define INFO_UNICODE   0x00000010

◆ INFO_USING_SAVED_CREDS

#define INFO_USING_SAVED_CREDS   0x00100000

◆ INFO_VIDEO_DISABLE

#define INFO_VIDEO_DISABLE   0x00400000

◆ LOGON_EX_AUTORECONNECTCOOKIE

#define LOGON_EX_AUTORECONNECTCOOKIE   0x00000001

◆ LOGON_EX_LOGONERRORS

#define LOGON_EX_LOGONERRORS   0x00000002

◆ SAVE_SESSION_PDU_VERSION_ONE

#define SAVE_SESSION_PDU_VERSION_ONE   0x0001

Function Documentation

◆ rdp_recv_client_info()

FREERDP_LOCAL BOOL rdp_recv_client_info ( rdpRdp *  rdp,
wStream s 
)

Read Client Info PDU (CLIENT_INFO_PDU). msdn{cc240474}

Parameters
rdpRDP module
sstream
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_recv_save_session_info()

FREERDP_LOCAL BOOL rdp_recv_save_session_info ( rdpRdp *  rdp,
wStream s 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_client_info()

FREERDP_LOCAL BOOL rdp_send_client_info ( rdpRdp *  rdp)

Send Client Info PDU (CLIENT_INFO_PDU). msdn{cc240474}

Parameters
rdpRDP module
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_save_session_info()

FREERDP_LOCAL BOOL rdp_send_save_session_info ( rdpContext *  context,
UINT32  type,
void *  data 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdp_send_server_status_info()

FREERDP_LOCAL BOOL rdp_send_server_status_info ( rdpContext *  context,
UINT32  status 
)
Here is the call graph for this function:
Here is the caller graph for this function: