npstub.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

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()