代码搜索:GetPPCIP
找到约 14 项符合「GetPPCIP」的源代码
代码结果 14
www.eeworm.com/read/330185/12908034
txt readme.txt
================================================================================
MICROSOFT 基础类库: GetPPCIP 项目概述
===============================================================================
应用程序
www.eeworm.com/read/330185/12908020
h resourceppc.h
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by GetPPCIPppc.rc
//
#define IDD_GETPPCIP_DIALOG 102
#define IDD_GETPPCIP_DIALOG_WIDE 103
#define
www.eeworm.com/read/330185/12908015
h getppcipdlg.h
// GetPPCIPDlg.h : 头文件
//
#pragma once
// CGetPPCIPDlg 对话框
class CGetPPCIPDlg : public CDialog
{
// 构造
public:
CGetPPCIPDlg(CWnd* pParent = NULL); // 标准构造函数
CString cs;
// 对话框数据
en
www.eeworm.com/read/330185/12908006
cpp getppcipdlg.cpp
// GetPPCIPDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "GetPPCIP.h"
#include "GetPPCIPDlg.h"
#include "Winsock2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CGetPPCIPDlg 对话框
C