代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/178380/9402008
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/373758/9438074
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/355737/10249071
h diction.h
// diction.h : header file
//
#ifndef _DICTION_H_
#define _DICTION_H_
#ifdef _USE_DICTION_
#include
struct DicData
{
CString sLang;
CString sFile;
CString sAuthor;
C
www.eeworm.com/read/350942/10694800
h sqlexec.h
//SQLExec.h
#ifndef _INC_SQLExec
#define _INC_SQLExec
void WINAPI PrintComError(_com_error &e);
int StringToInt(CString s);
float StringToFloat(CString s);
COleDateTime StringToTime(CString s)
www.eeworm.com/read/350942/10694865
h sqlexec.h
//SQLExec.h
#ifndef _INC_SQLExec
#define _INC_SQLExec
void WINAPI PrintComError(_com_error &e);
int StringToInt(CString s);
float StringToFloat(CString s);
COleDateTime StringToTime(CString s)
www.eeworm.com/read/419765/10839189
i name.i
%cstring_output_maxstr_none(char *buf, int bufsize);
%cstring_bounded_output(char *dstname, MAXSTR);
%cstring_bounded_output(char *buf, MAXSTR);
// This is for get_name_value's output value
%a
www.eeworm.com/read/454644/7386220
h image.h
#pragma once
struct Module ;
struct Function
{
CString m_strName ;
CString m_strForward ;
CString m_strUnDecorateName ;
BOOL m_bHasName ;
BOOL m_bForward ;
WORD m_wOrdinal ;
www.eeworm.com/read/449861/7495506
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/441705/7666536
h filer.h
#include
#include "stdafx.h"
#include "stdio.h"
#include
class CFiler
{
CFile *fp;
CString filename;
public:
CFiler();
BOOL open(CString filename);
CString r
www.eeworm.com/read/441544/7668864
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;