/[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 938 by astrand, Fri Jul 1 07:01:00 2005 UTC revision 993 by astrand, Sun Aug 28 12:58:39 2005 UTC
# Line 12  Line 12 
12  #pragma once  #pragma once
13    
14  //Hooking  //Hooking
15  typedef void (*SETHOOKS) ();  typedef void ( *SETHOOKS ) ();
16  typedef void (*REMOVEHOOKS) ();  typedef void ( *REMOVEHOOKS ) ();
17  typedef int (*GETINSTANCECOUNT) ();  typedef int ( *GETINSTANCECOUNT ) ();
18    
19  //Terminal Server  //Terminal Server
20  int OpenVirtualChannel();  int OpenVirtualChannel();
21  int CloseVirtualChannel();  int CloseVirtualChannel();
22  int ChannelIsOpen();  int ChannelIsOpen();
23  int WriteToChannel(PCHAR buffer);  int WriteToChannel( PCHAR buffer );
24    
25  #endif  #endif

Legend:
Removed from v.938  
changed lines
  Added in v.993

  ViewVC Help
Powered by ViewVC 1.1.26