代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/165183/10073056
class message.class
www.eeworm.com/read/360699/10081483
gif message.gif
www.eeworm.com/read/360645/10083392
h message.h
class CMessage : public CObject
{
public:
void Serialize(CArchive& ar);
CMessage();
CMessage(int nType);
CMessage(int nType, CString strFileName, DWORD dwFileSize);
virtual ~CMessage(
www.eeworm.com/read/360645/10083417
cpp message.cpp
#include "stdafx.h"
#include "Message.h"
//默认的构造函数
CMessage::CMessage()
{
m_nType = -1;
m_strFileName = _T("");
m_dwFileSize = 0;
}
//只需发送一般的控制信息是使用
CMessage::CMessage(int nType)
{
www.eeworm.com/read/164608/10100230
class message.class
www.eeworm.com/read/360354/10100913
gif message.gif
www.eeworm.com/read/358802/10179151
asp message.asp
'**************************************************
'过程名:WriteErrMsg
'作 用:显示错误提示信息
'参 数:无
'**************************************************
sub WriteErrMsg()
dim strErr
strErr=strErr & "
www.eeworm.com/read/358781/10179724
h message.h
/*
* Copyright (c) International Business Machines Corp., 2000-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L
www.eeworm.com/read/358781/10179745
c message.c
/*
* Copyright (c) International Business Machines Corp., 2000-2002
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public L