Changeset 8184 for branches/splittup/src/win32k/lib/libCallThruCallGate.asm
- Timestamp:
 - Apr 1, 2002, 3:04:59 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/splittup/src/win32k/lib/libCallThruCallGate.asm
r5224 r8184 1 ; $Id: libCallThruCallGate.asm,v 1.1 2001-02-21 07:47:57bird Exp $1 ; $Id: libCallThruCallGate.asm,v 1.1.2.1 2002-04-01 13:04:54 bird Exp $ 2 2 ; 3 3 ; Calls Win32k thru the call gate. 4 4 ; 5 ; Copyright (c) 2001 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)5 ; Copyright (c) 2001-2002 knut st. osmundsen (bird@anduin.net) 6 6 ; 7 7 ; Project Odin Software License can be found in LICENSE.TXT … … 29 29 ; @cproto APIRET APIENTRY libWin32kCallThruCallGate(ULONG ulFunction, PVOID pvParam); 30 30 ; @returns CS value. 31 ; @author knut st. osmundsen ( knut.stange.osmundsen@pmsc.no)31 ; @author knut st. osmundsen (bird@anduin.net) 32 32 libCallThruCallGate proc near 33 33 ASSUME ds:FLAT, ss:FLAT  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  