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:
C/C++ Source or Header  |  1997-07-29  |  369 b   |  30 lines

  1. /*++
  2.  
  3. Copyright (c) 1996 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     Globals.h
  8.  
  9. Abstract:
  10.  
  11. Author:
  12.  
  13. Environment:
  14.  
  15.     User mode
  16.  
  17. Revision History :
  18.  
  19. --*/
  20. #ifndef _GLOBALS_H_
  21. #define _GLOBALS_H_
  22.  
  23. extern  WCHAR *g_szProviderName;
  24. extern KWDLIST KeywordList[];
  25. extern SYNTAXMAP g_aSampleDSSyntaxMap[];
  26. extern DWORD g_cSampleDSSyntaxMap;
  27.  
  28. #endif
  29.  
  30.