代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/446970/7562286
h wiz.h
/*
WiZ 4.0 header file
*/
#ifndef _WIZ_H
#define _WIZ_H
#include
#include /* required for all Windows applications */
#include
#include
#include
www.eeworm.com/read/445121/7599063
h objectsafetyimpl.h
#ifndef OBJECTSAFETYIMPL_H
#define OBJECTSAFETYIMPL_H
#include
#include
class ObjectSafetyImpl : public QAxAggregated, public IObjectSafety
{
public:
long queryInterf
www.eeworm.com/read/443908/7620670
h winsvc.h
/*++ BUILD Version: 0010 // Increment this if a change has global effects
Copyright (c) 1995-1998 Microsoft Corporation
Module Name:
winsvc.h
Abstract:
Header file for the S
www.eeworm.com/read/443373/7633981
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/443174/7636531
h stockdrv.h
/****************************************************************************************
* WIN95 股票驱动程序 *
* 西安交大数据广播研究中心 *
* 1998.3.5 *
******
www.eeworm.com/read/441779/7665201
cpp casecodedll.cpp
// CaseCodeDll.cpp: implementation of the CCaseCodeDll class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "test.h"
#include "CaseCodeD
www.eeworm.com/read/441768/7665555
cpp objectsafetyimpl.cpp
#include "objectsafetyimpl.h"
long ObjectSafetyImpl::queryInterface(const QUuid &iid, void **iface)
{
*iface = 0;
if (iid == IID_IObjectSafety)
*iface = (IObjectSafety *)this;
els
www.eeworm.com/read/441768/7665557
h objectsafetyimpl.h
#ifndef OBJECTSAFETYIMPL_H
#define OBJECTSAFETYIMPL_H
#include
#include
class ObjectSafetyImpl : public QAxAggregated, public IObjectSafety
{
public:
long queryInter
www.eeworm.com/read/437083/7755549
h exports.h
/*========================================================================
文件: exports.h
说明:全局消息钩子
时间:2004-09-15
编写:oshj || oshj@21cn.com
环境:VC6.0/Win2000 Pro/SP4/1024*768
特别说明:本程序目的是更改其他程序窗口的显
www.eeworm.com/read/399881/7828269
cpp stktech.cpp
// StkTech.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "StkTech.h"
#include "Stock.h"
#include "TechUser.h"
BOOL APIENTRY DllMain( HANDLE hModule,