代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/12870/261973
js whstart.js
// WebHelp 5.10.003
RegisterListener2(this, WH_MSG_GETSTARTFRAME);
RegisterListener2(this, WH_MSG_GETDEFAULTTOPIC);
RegisterListener2(this, WH_MSG_MINIBARORDER);
RegisterListener2(this, WH_MSG_TOOLBAR
www.eeworm.com/read/12870/262332
js whstart.js
// WebHelp 5.10.003
RegisterListener2(this, WH_MSG_GETSTARTFRAME);
RegisterListener2(this, WH_MSG_GETDEFAULTTOPIC);
RegisterListener2(this, WH_MSG_MINIBARORDER);
RegisterListener2(this, WH_MSG_TOOLBAR
www.eeworm.com/read/209211/4981416
h dat.h
typedef struct Msg Msg;
struct Msg
{
Msg *link;
uchar *rp;
uchar *ep;
};
typedef struct Client Client;
struct Client
{
int moribund;
int activethread;
int num;
int ref;
int status;
int pid;
www.eeworm.com/read/343734/3216439
properties faare_messages.properties
# FAARE Error Messages
MSG_SERVICE_NOT_ENABLED = Service non disponible
MSG_INSUFFICIENT_ACCESS_RIGHTS = Insufficient access rights
MSG_ARGUMENT_NULL= Argument nul
MSG_ARGUMENT_INVALID= Argument n
www.eeworm.com/read/449059/1682557
h filemessage.h
#ifndef _FILEMESSAGE_H
#define _FILEMESSAGE_H
#include
typedef struct message{
char number[100] ;
char txt[500] ;
char time[25];
}msg;
msg GetMsgTxt;
msg SendMsgTxt;
msg
www.eeworm.com/read/239885/13249225
c lin_msgidsa.c
#define LIN_MSGIDS_GLOBALS
#include "LIN_Header.h"
/* Check absence of all messages */
#ifndef LIN_MSG_0
#ifndef LIN_MSG_1
#ifndef LIN_MSG_2
#ifndef LIN_MSG_3
#ifndef LIN_MSG_4
#ifndef LIN
www.eeworm.com/read/239885/13249458
c lin_msgids0608.c
#define LIN_MSGIDS_GLOBALS
#include "LIN_Header.h"
/* Check absence of all messages */
#ifndef LIN_MSG_0
#ifndef LIN_MSG_1
#ifndef LIN_MSG_2
#ifndef LIN_MSG_3
#ifndef LIN_MSG_4
#ifndef LIN
www.eeworm.com/read/152843/5664371
h nfnetlink_conntrack.h
#ifndef _IPCONNTRACK_NETLINK_H
#define _IPCONNTRACK_NETLINK_H
#include
enum cntl_msg_types {
IPCTNL_MSG_CT_NEW,
IPCTNL_MSG_CT_GET,
IPCTNL_MSG_CT_DELETE,
IPCTNL_MSG_C