代码搜索:Winapi

找到约 4,315 项符合「Winapi」的源代码

代码结果 4,315
www.eeworm.com/read/242302/13080637

txt 如何利用findwindow()函数查找程序.txt

下面我简单地介绍一下FindWindow()函数的用法。要使用该API,请先建立一个.bas模块,然后从winapi\win32api.txt中拷贝如下的FindWindow()函数的声明: Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal l
www.eeworm.com/read/480432/6664310

cpp com.cpp

//--------------------------------------------------------------------------- //串口控制类 //基本用WINAPI实现,采用事件响应方式,用一个线程处理各种消息 //用一个线程进行监控串口以接收字符,直接向串口写字符 //作者:冯华亮 //最后修改日期:2002年5月 #include #
www.eeworm.com/read/115203/15021898

cpp com.cpp

//--------------------------------------------------------------------------- //串口控制类 //基本用WINAPI实现,采用事件响应方式,用一个线程处理各种消息 //用一个线程进行监控串口以接收字符,直接向串口写字符 //作者:冯华亮 //最后修改日期:2002年5月 #include #
www.eeworm.com/read/114100/15113022

txt 如何利用findwindow()函数查找程序.txt

下面我简单地介绍一下FindWindow()函数的用法。要使用该API,请先建立一个.bas模块,然后从winapi\win32api.txt中拷贝如下的FindWindow()函数的声明: Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal l
www.eeworm.com/read/108322/15588547

cpp hhctrl.cpp

/* 版权声明: 本文件版权为易语言作者吴涛所有,仅授权给第三方用作开发易语言支持库,禁止用于其他任何场合。 */ #include "stdafx.h" #include #include "hhctrl.h" #include "htmlview.h" INT WINAPI NotifySys (INT nMsg, DWORD
www.eeworm.com/read/102552/15779110

htm subject_19995.htm

序号:19995 发表者:uswrs 发表日期:2002-11-01 22:59:47 主题:紧急求助 内容:用VC作图象处理我做了一个中值滤波的函数,BOOL WINAPI MedianFilterEdge(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, int iFilterH, int iFilterW,int i
www.eeworm.com/read/101790/15813679

htm subject_59270.htm

序号:59270 发表者:hmily008 发表日期:2003-11-06 20:51:18 主题:这是个SDK程序,不知道如何修改,请高手指点 内容:#include <windows.h>LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ; int WINAPI WinM
www.eeworm.com/read/149735/12354525

cpp crc.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API WORD WINAPI CRC16(BYTE *ucbuf, int iLen, WORD wCRC) { WORD CRCTable[256] = { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c
www.eeworm.com/read/124533/14561697

cpp crc.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API WORD WINAPI CRC16(BYTE *ucbuf, int iLen, WORD wCRC) { WORD CRCTable[256] = { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c
www.eeworm.com/read/269760/11079023

cpp crc.cpp

#include "stdafx.h" #include "ArithDLL.h" ARITHDLL_API WORD WINAPI CRC16(BYTE *ucbuf, int iLen, WORD wCRC) { WORD CRCTable[256] = { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c