代码搜索:commctrl
找到约 1,362 项符合「commctrl」的源代码
代码结果 1,362
www.eeworm.com/read/154595/5636022
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
//#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
#include
#include
#include
www.eeworm.com/read/474200/6816426
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
//#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
#include
#include
#include
www.eeworm.com/read/474200/6816477
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是常用但不常更改的项目特定的包含文件
//
//#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头中排除极少使用的资料
#include
#include
#include
www.eeworm.com/read/103117/15744849
h precomp.h
#define _WIN32_WINNT 0x500
#define UNICODE
#include
#include
#define SECURITY_WIN32
#include
#include
#include
#include
www.eeworm.com/read/278336/10544676
cpp gsgetfile_mui.cpp
#include
#include
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
re
www.eeworm.com/read/419318/10875085
dpr dihook.dpr
library dihook;
uses
Windows, Messages, Forms, StdCtrls, SysUtils, Controls, Dialogs,
Classes, CommCtrl, Graphics, ComCtrls, Math, xMemory;
const
MAX_ESSAY_LINE = 100;
www.eeworm.com/read/272738/10946205
cpp readsms.cpp
// ReadSMS.cpp : 定义 DLL 应用程序的入口点。
//
#include "stdafx.h"
#include
#include
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
www.eeworm.com/read/145278/12740006
dpr dihook.dpr
library dihook;
uses
Windows, Messages, Forms, StdCtrls, SysUtils, Controls, Dialogs,
Classes, CommCtrl, Graphics, ComCtrls, Math, xMemory;
const
MAX_ESSAY_LINE = 100;
www.eeworm.com/read/147766/5725010
makefile
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi
O_TARGET := aacraid.o
obj-m := $(O_TARGET)
obj-y := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sa.o
include $(TOPDIR)/Rules.ma