• 大小: 0.28M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: d  dLL  

资源简介

资源截图

代码片段和文件信息

#include “stdafx.h“
#include 
#include  // 定义了WSCWriteProviderOrder函数
#include 
#include 
#pragma comment(lib “USER32.lib“)
#pragma comment(lib “Ws2_32.lib“)
#pragma comment(lib “Rpcrt4.lib“) // 实现了UuidCreate函数

char* pLocalMem;
HANDLE hFileMapping = 0;
GUID ProviderGuid = { 0xd3c21100 0x85e1 0x48f3 { 0x9a 0xb6 0x23 0xd9 0x0c 0x75 0x08 0xef } };

LPWSAPROTOCOL_INFOW GetProvider(LPINT lpnTotalProtocols)
{
DWORD dwSize = 0;
int nError;
LPWSAPROTOCOL_INFOW pProtoInfo = NULL;

// 取得需要的长度
if (::WSCEnumProtocols(NULL pProtoInfo &dwSize &nError) == SOCKET_ERROR)
{
if (nError != WSAENOBUFS)
return NULL;
}

pProtoInfo = (LPWSAPROTOCOL_INFOW)::GlobalAlloc(GPTR dwSize);
*lpnTotalProtocols = ::WSCEnumPro

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       7616  2017-04-22 22:53  InstExe\InstExe\InstExe.cpp

     文件       8200  2017-04-21 23:59  InstExe\InstExe\InstExe.vcxproj

     文件       1510  2016-04-08 23:30  InstExe\InstExe\ReadMe.txt

     文件        213  2016-04-08 23:30  InstExe\InstExe\stdafx.cpp

     文件        234  2016-04-08 23:30  InstExe\InstExe\stdafx.h

     文件        236  2016-04-08 23:30  InstExe\InstExe\targetver.h

     文件        840  2017-04-22 22:53  InstExe\InstExe\x64\Release\InstExe.Build.CppClean.log

     文件       2163  2017-04-22 22:53  InstExe\InstExe\x64\Release\InstExe.log

     文件       1325  2017-04-21 19:06  InstExe\InstExe.sln

    ..A..H.     22016  2017-04-22 22:53  InstExe\InstExe.v12.suo

     文件        265  2016-09-24 06:56  InstExe\VSCleaner.bat

     文件     108544  2017-04-22 22:53  InstExe\x64\Release\InstExe.exe

     文件     124928  2017-04-22 12:11  InstExe\x64\Release\LSP.dll

     文件     421376  2017-04-22 22:42  InstExe\x64\Release\Project1.exe

     目录          0  2017-04-22 22:54  InstExe\InstExe\x64\Release\InstExe.tlog

     目录          0  2017-04-22 22:54  InstExe\InstExe\x64\Release

     目录          0  2017-04-22 19:31  InstExe\InstExe\x64

     目录          0  2017-04-22 22:54  InstExe\ipch\instexe-12da92ca

     目录          0  2016-10-04 12:57  InstExe\ipch\instexe-1c22725b

     目录          0  2017-04-22 11:43  InstExe\ipch\instexe-812bc159

     目录          0  2017-04-21 22:05  InstExe\ipch\instexe-afe8334c

     目录          0  2017-04-22 11:43  InstExe\ipch\instexe-b3cd4937

     目录          0  2017-04-21 23:53  InstExe\ipch\instexe-fbcedad9

     目录          0  2017-04-22 22:54  InstExe\x64\Release

     目录          0  2017-04-22 22:53  InstExe\InstExe

     目录          0  2017-04-22 21:13  InstExe\ipch

     目录          0  2017-04-22 19:31  InstExe\x64

     目录          0  2017-04-22 22:54  InstExe

----------- ---------  ---------- -----  ----

               699466                    28

............此处省略1个文件信息

评论

共有 条评论