home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / image / drwatson / getteb.c < prev    next >
C/C++ Source or Header  |  1997-10-05  |  209b  |  25 lines

  1. /*++
  2.  
  3. Copyright 1996 - 1997 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     getteb.c
  8.  
  9. Abstract:
  10.  
  11.     stub
  12.  
  13. --*/
  14.  
  15.  
  16. #include <windef.h>
  17.  
  18. DWORD
  19. GetTeb(
  20.     HANDLE hThread
  21.     )
  22. {
  23.     return 0;
  24. }
  25.