代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/103192/6220516
c msgbox.c
/*
COW : Character Oriented Windows
msgbox.c : message boxes
*/
#define COW
#define cwExtraWnd 5 /* for static structure size */
#include
#include
#include
www.eeworm.com/read/103192/6220592
h _msgbox.h
/*
COW : Character Oriented Windows
_msgbox.h : message box private structures
*/
#define mbMin 1 /* one based request #s */
typedef struct _mbi
{
char * sz;
WORD cch;
RX rx;
www.eeworm.com/read/101015/6261960
c msgbox.c
/*
COW : Character Oriented Windows
msgbox.c : message boxes
*/
#define COW
#define cwExtraWnd 5 /* for static structure size */
#include
#include
#include
www.eeworm.com/read/101015/6262036
h _msgbox.h
/*
COW : Character Oriented Windows
_msgbox.h : message box private structures
*/
#define mbMin 1 /* one based request #s */
typedef struct _mbi
{
char * sz;
WORD cch;
RX rx;
www.eeworm.com/read/482057/6625793
exe msgbox.exe
www.eeworm.com/read/263952/11336380
h msgbox.h
/****************************************************************************/
/* */
/* Copyright (C) 2005 SHENZ
www.eeworm.com/read/263812/11340598
vbw msgbox.vbw
frmMsgBox = 44, 44, 379, 230, , 22, 22, 357, 208, C
www.eeworm.com/read/263812/11340604
vbp msgbox.vbp
Type=Exe
Form=frmMsgBox.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
IconForm="frmMsgBox"
Startup="frmMsgBox"
Command32=""
Name="Pro
www.eeworm.com/read/261904/11616315
c msgbox.c
/*
* msgbox.c -- implements the message box and info box
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcapw@cfw.com)
*
* This