123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _FREERDPWRAP_PIPE_COMMON_H__
- #define _FREERDPWRAP_PIPE_COMMON_H__
- #pragma once
- //////////////////////////////////////////////////////////////////////////
- //#define RVC_DESK2RDP_HOST_PIPE "\\\\.\\pipe\\host2rdp"
- //#define RVC_DESK2RDP_CLIENT_PIPE "\\\\.\\pipe\\client2rdp"
- //
- //
- //#define PIPE_TIMEOUT 20000
- //#define BUF_SIZE 4096
- //#define PRCNAME_SIZE 64
- //#define SUFFIX_SIZE 1024
- //
- //
- //#define CTXD_LOGIN 0x0001
- //#define CTXD_INVITE 0x0002
- //#define CTXD_SHARE 0x0004
- //#define CTXD_CREATE 0x0008
- //
- //#define CTXD_NEEDREPLY 0x1000
- //#define CTXD_RESPOND 0x2000
- //
- //typedef struct _RVCRDP_CONTEXT {
- // USHORT nBytes;
- // USHORT usDirect;
- // DWORD nProcessId;
- // CHAR szProcessName[PRCNAME_SIZE];
- // CHAR suffix[SUFFIX_SIZE];
- //} CABINET_CONTEXT, PCABINET_CONTEXT;
- //////////////////////////////////////////////////////////////////////////
- #endif //_FREERDPWRAP_PIPE_COMMON_H__
|