Cpp File:
// hotfixtest.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "hotfix.h"
int _tmain(int argc, _TCHAR* argv[])
{
           //系统共享检测代码
	NetShare Myshare[50];
	int shareno = GetNetShare(Myshare);
	std::cout < < "----------------------------------------------------------------" <>k;
	return 0;
}
 
	