/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/seamlessrdp/ServerExe/HookDll/hookdll.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1071 - (show annotations)
Thu Mar 9 12:00:15 2006 UTC (18 years, 3 months ago) by ossman_
File MIME type: text/plain
File size: 1224 byte(s)
Big cleanup and reindentation of the code.

1 /* -*- c-basic-offset: 8 -*-
2 rdesktop: A Remote Desktop Protocol client.
3 Seamless windows - Remote server hook DLL
4
5 Based on code copyright (C) 2004-2005 Martin Wickett
6
7 Copyright (C) Peter Åstrand <astrand@cendio.se> 2005-2006
8 Copyright (C) Pierre Ossman <ossman@cendio.se> 2006
9
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 2 of the License, or
13 (at your option) any later version.
14
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 */
24
25 #include <windows.h>
26
27 #ifndef __HOOKDLL_H__
28 #define __HOOKDLL_H__
29
30 #define CHANNELNAME "seamrdp"
31
32 //Terminal Server
33 int vchannel_open();
34 int vchannel_close();
35 int vchannel_is_open();
36 int vchannel_write(char *format, ...);
37
38 #endif

  ViewVC Help
Powered by ViewVC 1.1.26