代码搜索:GetIP
找到约 472 项符合「GetIP」的源代码
代码结果 472
www.eeworm.com/read/464440/1530190
cpp userinfo.cpp
#include "stdafx.h"
#include "userinfo.h"
using namespace std;
CUserInfo::CUserInfo()
{
m_UserName[0]=m_UserIP[0]='\0';
m_UserID=m_RoomNum=0;
m_Free=false;
}
string CUserInfo::GetIP
www.eeworm.com/read/195122/8172856
cpp userinfo.cpp
#include "userinfo.h"
using namespace std;
CUserInfo::CUserInfo()
{
m_UserName[0]=m_UserIP[0]='\0';
m_UserID=m_RoomNum=0;
m_Free=false;
}
string CUserInfo::GetIP()
{
return(m_User
www.eeworm.com/read/469201/6979098
h net.h
#ifndef _OCRDM642_NET_H
#define _OCRDM642_NET_H
#include
#include
#include
#include "CommonDef.h"
#define MAXPACKET 128
#define CONFIG_GETIP_REQ 0xcf00
#d
www.eeworm.com/read/430360/1932627
txt asmbl.txt
Assembling: F:\masm32\examples\dialogs\pbddemo\lib\getip.asm
Volume in drive F is WIN2K_F
Volume Serial Number is F4D2-CDE7
Directory of F:\masm32\examples\dialogs\pbddemo\lib
10/31/2005
www.eeworm.com/read/377955/9255501
bas ip.bas
Attribute VB_Name = "IP"
'此模块用来解析域名IP
'用法为:
'getip(域名)
'返回值为一标准IP地址格式的String变量
'getname这个函数用来取得IP对应的域名.但是没有什么用的.
Public Const WS_VERSION_REQD = &H101
Public Const WS_VERSION_MAJOR = WS_VE