代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/273536/10912241
c message.c
/*
* Generated by asn1c-0.9.16 (http://lionet.info/asn1c)
* From ASN.1 module "MEDIA-GATEWAY-CONTROL"
* found in "h248_2.asn"
*/
#include
#include "Message.h"
static int
memb_
www.eeworm.com/read/272830/10942141
bmp message.bmp
www.eeworm.com/read/272100/10970917
asp message.asp
'**************************************************
'过程名:WriteErrMsg
'作 用:显示错误提示信息
'参 数:无
'**************************************************
sub WriteErrMsg()
dim strErr
strErr=strErr & "
www.eeworm.com/read/417751/10976570
h message.h
//--------------------------------------------------
// Desc: 消息系统
// Date: 2006.10.30 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// 扩展: 增加一个指针参数(2006_11_24)
//
//--
www.eeworm.com/read/417751/10976616
cpp message.cpp
//--------------------------------------------------
// Desc: 消息系统
// Author: artsylee/2006.10.30
//--------------------------------------------------
#include "../stdafx.h"
#include "Message.h
www.eeworm.com/read/417239/10998918
h message.h
// 用const代替#define的好处时const有数据类型、可参与逻辑运算、调试
// 过程中可以查看该常量的值
const int WM_NORMAL_QUIT =WM_USER+100; //程序正常退出
const int WM_ABNORMAL_QUIT =WM_USER+101; //程序异常退出
const int WM_ABNORMAL =WM_USER+102; /
www.eeworm.com/read/271204/11004060