代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/147747/12523908
h postthread.h
// PostThread.h
#define WM_POSTCOMPLETE WM_USER + 6
extern CString g_strFile;
extern CString g_strServerName;
extern CString g_strParameters;
UINT PostThreadProc(LPVOID pParam);
www.eeworm.com/read/147747/12528204
h postth~1.h
// PostThread.h
#define WM_POSTCOMPLETE WM_USER + 6
extern CString g_strFile;
extern CString g_strServerName;
extern CString g_strParameters;
UINT PostThreadProc(LPVOID pParam);
www.eeworm.com/read/132734/14075241
h postthread.h
// PostThread.h
#define WM_POSTCOMPLETE WM_USER + 6
extern CString g_strFile;
extern CString g_strServerName;
extern CString g_strParameters;
UINT PostThreadProc(LPVOID pParam);
www.eeworm.com/read/105601/15664464
cpp field.cpp
#include "nmea0183.h"
const CString& field( int desired_field_number, const CString& sentence )
{
static CString return_string;
return_string.Empty();
int index = 1;
www.eeworm.com/read/101865/15799120
h postthread.h
// PostThread.h
#define WM_POSTCOMPLETE WM_USER + 6
extern CString g_strFile;
extern CString g_strServerName;
extern CString g_strParameters;
UINT PostThreadProc(LPVOID pParam);
www.eeworm.com/read/101128/15851719
h postthread.h
// PostThread.h
#define WM_POSTCOMPLETE WM_USER + 6
extern CString g_strFile;
extern CString g_strServerName;
extern CString g_strParameters;
UINT PostThreadProc(LPVOID pParam);
www.eeworm.com/read/431395/8682246
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/431395/8683453
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};
www.eeworm.com/read/163267/10167921
h systeminfoview.h
#pragma once
class CPropertyGridItemEx : public CXTPPropertyGridItem
{
public:
CPropertyGridItemEx(CString strCaption, LPCTSTR strValue = NULL, CString* pBindString = NULL)
: CXTPPropertyG
www.eeworm.com/read/457703/7319581
h user.h
#pragma once
class CUser
{
public:
CString m_strUserID;
CString m_strUserName;
int m_iStatus;
};