代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/250286/12416234
cpp hwsocket.cpp
#include "StdAfx.h"
#include "HwSocket.h"
CString GetSocketAddressAndPort(CHwSocket &sock, BOOL bPeer/*=TRUE*/, CString *pcsAddress/*=NULL*/, USHORT *pnPort/*=NULL*/)
{
if ( !HANDLE_IS_VALID(so
www.eeworm.com/read/226568/14458190
h aboutbox.h
void ShowAboutBox(CString sTitle, UINT nIconID)
{
CString sDeveloper;
sDeveloper = "Developer : Barretto VN \nE-Mail : barretto_vn@mail.com";
if(nIconID == NULL)
ShellAbout(NULL, sTitle,
www.eeworm.com/read/218314/14926732
h strex.h
#pragma once
#include
#include
#include
#include
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
#include