/[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 1055 - (show annotations)
Mon Mar 6 07:37:35 2006 UTC (18 years, 2 months ago) by astrand
File MIME type: text/plain
File size: 415 byte(s)
Changed channel name to seamlessrdp

1 //
2 // Copyright (C) 2004-2005 Martin Wickett
3 //
4
5 #include <windows.h>
6
7 #ifndef __HOOKDLL_H__
8 #define __HOOKDLL_H__
9
10 #define CHANNELNAME "seamlessrdp"
11
12 #pragma once
13
14 //Hooking
15 typedef void ( *SETHOOKS ) ();
16 typedef void ( *REMOVEHOOKS ) ();
17 typedef int ( *GETINSTANCECOUNT ) ();
18
19 //Terminal Server
20 int OpenVirtualChannel();
21 int CloseVirtualChannel();
22 int ChannelIsOpen();
23 int WriteToChannel( PCHAR buffer );
24
25 #endif

  ViewVC Help
Powered by ViewVC 1.1.26