代码搜索:winapi
找到约 4,315 项符合「winapi」的源代码
代码结果 4,315
www.eeworm.com/read/281467/9154400
h exportfunc_en.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/281467/9154403
h exportfunc_cn.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/281467/9154412
h exportfunc_15693.h
#ifndef _EXPORT_FUNC_H_
#define _EXPORT_FUNC_H_
//return successful result
#define LIB_SUCCESS 0
//return failed result
#define LIB_FAILED 1
#define MAX_RF_BUFFER 1024
www.eeworm.com/read/380141/9160151
h detours.h
//////////////////////////////////////////////////////////////////////////////
//
// File: detours.h
// Module: detours.lib
//
// Detours for binary functions. Version 1.5 (Build 46
www.eeworm.com/read/377563/9271044
h opcdef.h
#include "stdafx.h"
#include "vcsvr.h"
#include "MainFrm.h"
//定义OPC开发工具包的输出函数类型
typedef BOOL (WINAPI * INITOPCSERVER)(LPCSTR, UINT);
typedef BOOL (WINAPI * REGSERVER)(LPCSTR, LPCSTR,LPCSTR,LPCS
www.eeworm.com/read/377393/9278403
h imm.h
/**********************************************************************/
/* IMM.H - Input Method Manager definitions */
/*
www.eeworm.com/read/377297/9281815
h opcdef.h
#include "stdafx.h"
#include "vcsvr.h"
#include "MainFrm.h"
//定义OPC开发工具包的输出函数类型
typedef BOOL (WINAPI * INITOPCSERVER)(LPCSTR, UINT);
typedef BOOL (WINAPI * REGSERVER)(LPCSTR, LPCSTR,LPCSTR
www.eeworm.com/read/180286/9313679
h ch365dll.h
// 2003.09.10
// 2003.12.08 V1.2
// 2004.05.08 V1.3
//****************************************
//** Copyright (C) W.ch 1999-2004 **
//** Web: http://www.winchiphead.com **
//***********
www.eeworm.com/read/180211/9316151
h ch375dll.h
// 这是CH372和CH375的Windows98/ME/2000/XP简化版驱动程序, 仅供学习USB驱动开发
// 稍加修改完全可以用于其它USB芯片, 不过作者希望你是用于CH372和CH375芯片
// 2003.09.08, 2003.12.28, 2004.10.15, 2004.12.05, 2004.12.10, 2005.01.20, 2005.02.23, 2005.07
www.eeworm.com/read/179450/9355922
h winsplp.h
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
WinSplp.h
Abstract:
Internal Header file for Print APIs
Author:
Revision History:
--*/
#ifndef _WINSPLP_