代码搜索:Winapi

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

代码结果 4,315
www.eeworm.com/read/381650/9079969

cpp const.cpp

//const.cpp //全局函数的实现 #include "stdafx.h" #include "elevator.h" #include "elevatordlg.h" void WINAPI HighLight(int i) { CElevatorApp* pApp=(CElevatorApp*)AfxGetApp(); CElevatorDlg* pDl
www.eeworm.com/read/184226/9116523

h picservo.h

//--------------------------------------------------------------------------- #ifndef picservoH #define picservoH //--------------------------------------------------------------------------- #end
www.eeworm.com/read/184226/9116534

h path.h

//--------------------------------------------------------------------------- #ifndef pathH #define pathH //--------------------------------------------------------------------------- //Defines:
www.eeworm.com/read/184226/9116559

h picio.h

//--------------------------------------------------------------------------- #ifndef picioH #define picioH //--------------------------------------------------------------------------- #endif //
www.eeworm.com/read/184226/9116564

h nmccom.h

//--------------------------------------------------------------------------- #ifndef nmccomH #define nmccomH //--------------------------------------------------------------------------- #endif
www.eeworm.com/read/282090/9120512

h igl.h

//----------------------------------------------------------------------------- // // $LogFile$ // $Revision: 1.7.2.3 $ // $Author: ttimo $ // $Date: 2000/02/16 15:43:14 $ // $Log: igl.h,v $ //
www.eeworm.com/read/282090/9120869

h parse.h

// parse.h -- text file parsing routines #define MAXTOKEN 1024 extern char token[MAXTOKEN]; extern int scriptline; // NOTE: added WINAPI call syntax to export these for plugins in _QERScrip
www.eeworm.com/read/380864/9125265

h dibapi.h

// dibapi.h #ifndef _INC_DIBAPI #define _INC_DIBAPI // DIB句柄 DECLARE_HANDLE(HDIB); // DIB常量 #define PALVERSION 0x300 /* DIB宏 */ // 判断是否是Win 3.0的DIB #define IS_WIN30_DIB(lpbi) ((*
www.eeworm.com/read/380630/9139980

h dibapi.h

//dibapi.h #ifndef _INC_DIBAPI #define _INC_DIBAPI //DIB句柄 DECLARE_HANDLE(HDIB); //DIB常量 #define PALVERSION 0x300 /*DIB宏*/ //判断是否是Win 3.0 的DIB #define IS_WIN30_DIB(lpbi) ((*(LPDWORD)(
www.eeworm.com/read/183714/9143558

h g726pcmtrans.h

/***************************************************************************** FILE ........... PCMTRANS.H FUNCTION ....... Header file for Telewind - PCMTRANS API VERSION ........ 1.20 *