文件名称:微软官网LSP
-
所属分类:
- 标签属性:
- 上传时间:2018-09-28
-
文件大小:48.76kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
// Descr iption:
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through an IP socket. The application
// reports when sockets are created and reports how many bytes were sent and
// received when a socket closes. The results are reported using the OutputDebugString
// API which will allow you to intercept the I/O by using a debugger such as cdb.exe
// or you can monitor the I/O using dbmon.exe.
//
// This file contains the 30 SPI functions you are required to implement in a
// service provider. It also contains the two functions that must be exported
// from the DLL module DllMain and WSPStartup.
//
// This sample illustrates how to develop a layered service provider that is
// capable of counting all bytes transmitted through an IP socket. The application
// reports when sockets are created and reports how many bytes were sent and
// received when a socket closes. The results are reported using the OutputDebugString
// API which will allow you to intercept the I/O by using a debugger such as cdb.exe
// or you can monitor the I/O using dbmon.exe.
//
// This file contains the 30 SPI functions you are required to implement in a
// service provider. It also contains the two functions that must be exported
// from the DLL module DllMain and WSPStartup.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : LSP.rar 列表 LSP/asyncselect.cpp LSP/extension.cpp LSP/install.h LSP/instlsp.cpp LSP/lsp.def LSP/lsp.exp LSP/lsp.map LSP/Makefile LSP/overlap.cpp LSP/provider.cpp LSP/provider.h LSP/readme.txt LSP/sockinfo.cpp LSP/spi.cpp LSP/sporder.lib LSP
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.