代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/11175/206354
skl message.skl
:util DISKCOPY ;AN000;utility name
:class A ;AN000;system messages
:use 1 COMMON1 ;AN000;MSG 1 is always "Incorrect DOS version"
:def 2 CR,LF
www.eeworm.com/read/11175/208432
c message.c
/***************************************************************************/
/* */
/* MESSAGE.C */
/*
www.eeworm.com/read/11269/216064
png message.png
www.eeworm.com/read/11316/222353
c message.c
/*
Copyright (C) 2004-2005 Li Yudong
Some ideas come from MiniGUI
*/
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public Licens
www.eeworm.com/read/11316/222384
h message.h
/*
Copyright (C) 2004-2005 Li Yudong
*/
/*
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free
www.eeworm.com/read/11316/222465
c message.c
#include "../source/include/common.h"
#include "../source/include/lguibase.h"
BOOL _lGUI_bAllowPaint=true;//是否允许绘制
LRESULT WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
#define I
www.eeworm.com/read/11786/233792
h message.h
#ifndef _MESSAGE_H
#define _MESSAGE_H
struct Message
{
public:
int iType;
int iSubType;
char strRoom[20];
char strName[20];
char strClientName[20];
char strContent[1024];
};
#endif
www.eeworm.com/read/11786/233839
h message.h
#ifndef _MESSAGE_H
#define _MESSAGE_H
struct Message
{
public:
int iType;
int iSubType;
TCHAR strRoom[20];
TCHAR strName[20];
TCHAR strClientName[20];
TCHAR strContent[1024];
};
#e
www.eeworm.com/read/11872/235276
h message.h
/////////////////////////////////////////////////////////////////////////////
//
// FILE: Message.h : headder file
//
//
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/11872/235348
cpp message.cpp
/////////////////////////////////////////////////////////////////////////////
//
// FILE: Message.cpp : file
//
//
/////////////////////////////////////////////////////////////////////////////