// Max length of a DVC name. This is taken from the specification of // WTSVirtualChannelOpenEx() which limits the length of a virtual channel // to Windows MAX_PATH #define MAX_DVC_NAME_LEN 260
/** *Informationtoconnecttoachannelusingxrdpapi
*/ #define XRDPAPI_CONNECT_PDU_LEN 384// Connect PDU is always this length #define XRDPAPI_CONNECT_PDU_VERSION 1// Current connnect PDU version
struct xrdp_chan_connect
{
uint32_t version;
uint32_t private_chan; // 0 for a standard channel
uint32_t flags; char name[MAX_DVC_NAME_LEN + 1]; // null-terminated
};
// Events received on the CHAN_ID_XRDP_SESSION_INFO channel
// Update on all the session state data held by chansrv // // If more information is needed to be exported by xrdpapi, it can be // added to this event struct xrdp_chan_session_state
{
uint32_t is_connected; // Is the session connected?
};
#endif/* CHANNEL_DEFS_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-07-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.