/[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 993 - (show annotations)
Sun Aug 28 12:58:39 2005 UTC (18 years, 10 months ago) by astrand
File MIME type: text/plain
File size: 409 byte(s)
Indenting with the CVS version of astyle

1 //
2 // Copyright (C) 2004-2005 Martin Wickett
3 //
4
5 #include <windows.h>
6
7 #ifndef __CBTDLL_H__
8 #define __CBTDLL_H__
9
10 #define CHANNELNAME "CLIPPER"
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