代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/100989/15858779
wav msg.wav
www.eeworm.com/read/100443/15873642
wav msg.wav
www.eeworm.com/read/100301/15877489
c msg.c
#include
#include
#include
#include
#include "appmain.h"
#include "resource.h"
#include "msg.h"
HWND ghWndMsg=NULL;
char MsgInfo[100];
LRESULT CALLBACK
www.eeworm.com/read/100301/15877534
h msg.h
extern HWND ghWndMsg;
BOOL RegisterMsg(void);
#define MSG_HIDE 1
www.eeworm.com/read/390934/8433147
png msg_bg.png
www.eeworm.com/read/190429/8443631
h pptp_msg.h
/* pptp.h: packet structures and magic constants for the PPTP protocol
* C. Scott Ananian
*
* $Id: pptp_msg.h,v 1.3 2003/02/15 10:37:21 quoz
www.eeworm.com/read/390543/8460129
c mms_msg.c
/*
* Mbuni - Open Source MMS Gateway
*
* MMS message encoder/decoder and helper functions
*
* Copyright (C) 2003 - 2005, Digital Solutions Ltd. - http://www.dsmagic.com
*
* Paul Bagy
www.eeworm.com/read/390543/8460140
h mms_msg.h
/*
* Mbuni - Open Source MMS Gateway
*
* MMS message encoder/decoder and helper functions
*
* Copyright (C) 2003 - 2005, Digital Solutions Ltd. - http://www.dsmagic.com
*
* Paul Bagy
www.eeworm.com/read/290380/8487004
c err_msg.c
#include
#include
void main (void)
{
int error;
for (error = 0; error < sys_nerr; error++)
printf("Error %d %s\n", error, sys_errlist[error]);
}