VC++扫描电脑上所有端口
通过VC++扫描电脑上所有端口!BOOL CPortScanApp::InitInstance() { if (!AfxSocketInit()) { AfxMessageBox(IDP_SOCKETS_INIT_FAILED); return FALSE; } AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, yo
用户评论