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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.918  
changed lines
  Added in v.930

  ViewVC Help
Powered by ViewVC 1.1.26