資源簡介
代碼片段和文件信息
#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個文件信息
- 上一篇:c++ 大數運算庫(bigInt)
- 下一篇:污水處理(疏干水.mwp)
評論
共有 條評論