home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
adsi
/
sampprov
/
globals.h
< 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-07-29
|
369 b
|
30 lines
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
Globals.h
Abstract:
Author:
Environment:
User mode
Revision History :
--*/
#ifndef _GLOBALS_H_
#define _GLOBALS_H_
extern WCHAR *g_szProviderName;
extern KWDLIST KeywordList[];
extern SYNTAXMAP g_aSampleDSSyntaxMap[];
extern DWORD g_cSampleDSSyntaxMap;
#endif