代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/294760/8206987
php msg.php
www.eeworm.com/read/294760/8207468
php msg.php
www.eeworm.com/read/294635/8215068
msg msgparam.msg
bSuccess=BCM_GETIDEALSIZE,0,pSize
bSuccess=BCM_GETIMAGELIST,0,pbuttonimagelist
bSuccess=BCM_GETTEXTMARGIN,0,pmargin
bSuccess=BCM_SETIMAGELIST,0,pbuttonimagelist
bSuccess=BCM_SETTEXTMARGIN,0,pmargi
www.eeworm.com/read/193527/8220359
h msg.h
#pragma once
// CMsg 命令目标
class CMsg : public CObject
{
protected:
DECLARE_DYNCREATE(CMsg)
public:
CMsg();
virtual ~CMsg();
// 属性
public:
CString m_strText;
BOOL m_bClose;
CS
www.eeworm.com/read/193527/8220377
cpp msg.cpp
// Msg.cpp : 实现文件
//
#include "stdafx.h"
#include "ChatSrvr.h"
#include "Msg.h"
// CMsg
IMPLEMENT_DYNCREATE(CMsg, CObject)
CMsg::CMsg()
{
Init();
}
CMsg::~CMsg()
{
}
/////////
www.eeworm.com/read/193527/8220574
h msg.h
#pragma once
// CMsg 命令目标
class CMsg : public CObject
{
protected:
DECLARE_DYNCREATE(CMsg)
public:
CMsg();
virtual ~CMsg();
// 属性
public:
CString m_strText;
BOOL m_bClose;
CS
www.eeworm.com/read/193527/8220592
cpp msg.cpp
// Msg.cpp : 实现文件
//
#include "stdafx.h"
#include "Msg.h"
// CMsg
IMPLEMENT_DYNCREATE(CMsg, CObject)
CMsg::CMsg()
{
Init();
}
CMsg::~CMsg()
{
}
////////////////////////////////
www.eeworm.com/read/193210/8247529
asm msg.asm
.model small
.data
defstr macro msg2
msg1 db '111f&msg2', 0dh, 0ah, '$'
endm
defstr 90)>
.code
.startup
mov dx, offset msg1
mov ah, 9h