npstub.h
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:
系统编程
开发平台:
Visual C++
- /*****************************************************************/
- /** Microsoft Windows for Workgroups **/
- /** Copyright (C) Microsoft Corp., 1991-1997 **/
- /*****************************************************************/
- /* NPSTUB.H -- Definitions for example hooking network provider DLL.
- *
- * History:
- * 06/02/94 lens Created
- */
- #include <windows.h>
- #include <netspi.h>
- // Macros to define process local storage:
- #define PROCESS_LOCAL_BEGIN data_seg(".PrcLcl","INSTANCE")
- #define PROCESS_LOCAL_END data_seg()
English
