/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 933 - (hide annotations)
Thu Jun 30 14:46:14 2005 UTC (18 years, 11 months ago) by astrand
File MIME type: text/plain
File size: 613 byte(s)
Fixed indentation, by running indent-all.

1 astrand 930 //*********************************************************************************
2     //
3     //Title: Terminal Services Window Clipper
4     //
5     //Author: Martin Wickett
6     //
7     //Date: 2004
8     //
9     //*********************************************************************************
10    
11     #include <windows.h>
12    
13     #ifndef __CBTDLL_H__
14     #define __CBTDLL_H__
15    
16     #define CHANNELNAME "CLIPPER"
17    
18     #pragma once
19    
20     //Hooking
21     typedef void (*SETHOOKS) ();
22     typedef void (*REMOVEHOOKS) ();
23 astrand 933 typedef int (*GETINSTANCECOUNT) ();
24 astrand 930
25     //Terminal Server
26     int OpenVirtualChannel();
27     int CloseVirtualChannel();
28     int ChannelIsOpen();
29     int WriteToChannel(PCHAR buffer);
30    
31     #endif

  ViewVC Help
Powered by ViewVC 1.1.26