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 >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-10-05
|
209 b
|
25 lines
/*++
Copyright 1996 - 1997 Microsoft Corporation
Module Name:
getteb.c
Abstract:
stub
--*/
#include <windef.h>
DWORD
GetTeb(
HANDLE hThread
)
{
return 0;
}