npstub.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. /*****************************************************************/
  2. /**   Microsoft Windows for Workgroups **/
  3. /**       Copyright (C) Microsoft Corp., 1991-1997 **/
  4. /*****************************************************************/ 
  5. /* NPSTUB.H -- Definitions for example hooking network provider DLL.
  6.  *
  7.  * History:
  8.  * 06/02/94 lens Created
  9.  */
  10. #include <windows.h>
  11. #include <netspi.h>
  12. // Macros to define process local storage:
  13. #define PROCESS_LOCAL_BEGIN data_seg(".PrcLcl","INSTANCE")
  14. #define PROCESS_LOCAL_END data_seg()