代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6249348
c msg.c
#ifndef lint
static CHTYPE *sccsid = "@(#)msg.c 4.1 7/17/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by *
www.eeworm.com/read/101082/6250684
msg msgfac.msg
$
$ @OSF_COPYRIGHT@
$
$
$ HISTORY
$ $Log: msgfac.msg,v $
$ Revision 1.4 90/10/07 16:45:35 devrcs
$ Added EndLog Marker.
$ [90/09/28 14:53:47 gm]
$
$ Revision 1.3 90/08/24 13:15:12 devrcs
$
www.eeworm.com/read/101039/6260090
java msg.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/136566/6285960
inc msg.inc
;=========================================================;
; Msg 11/12/03 ;
;---------------------------------------------------------;
; DOS EXTREME OS
www.eeworm.com/read/322905/6301357
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* rec
www.eeworm.com/read/322905/6301457
c msg.c
/*
* linux/ipc/msg.c
* Copyright (C) 1992 Krishna Balasubramanian
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/487599/6317311
h msg.h
#ifndef CMSG1_H
#define CMSG1_H
class CMsg : public CObject
{
public:
CString m_strText;
CString m_msgType;
struct NomalMsg
{
CString who;
CString toWho;
CString
www.eeworm.com/read/487599/6317325
cpp msg.cpp
#include "stdafx.h"
#include "Msg.h"
CMsg::CMsg(CString& preMsg)
{
m_strText=preMsg;
Init();
}
CMsg::CMsg()
{
m_strText=_T("");
Init();
}
void CMsg::Init()
{
m_strText=_T("");
www.eeworm.com/read/487599/6317344
h msg.h
#ifndef CMSG1_H
#define CMSG1_H
class CMsg : public CObject
{
public:
CString m_strText;
CString m_msgType;
struct NomalMsg
{
CString who;
CString toWho;
CString
www.eeworm.com/read/487599/6317350
cpp msg.cpp
#include "stdafx.h"
#include "Msg.h"
CMsg::CMsg(CString& preMsg)
{
m_strText=preMsg;
}
void CMsg::Init()
{
m_strText=_T("");
}
CString CMsg::WhatType()
{
CString preType("NULL