代码搜索:Winapi
找到约 4,315 项符合「Winapi」的源代码
代码结果 4,315
www.eeworm.com/read/455178/7376919
h winuser.h
/****************************************************************************
* *
* winuser.h -- USER procedure declarations
www.eeworm.com/read/443174/7636579
h stkdrv.h
#pragma once
#include "Stockdrv.h"
#include "SCStkdrv.h"
class CSTKDRV
{
public:
CSTKDRV();
virtual ~CSTKDRV();
protected:
HINSTANCE m_hSTKDrv;
protected:
int (WINAPI* m_pfn
www.eeworm.com/read/399884/7828020
h loaddll.h
// STKDRV.h: interface for the CLoadDll class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STKDRV_H__4BE51F0E_A261_11D2_B30C_00C04FCCA334__INCLUDED_
www.eeworm.com/read/399883/7828087
h stkdrv.h
// STKDRV.h: interface for the CSTKDRV class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STKDRV_H__4BE51F0E_A261_11D2_B30C_00C04FCCA334__INCLUDED_)
www.eeworm.com/read/297368/8026868
h newsig.h
//////////////////////////////////////////////////////////////////
//NewSig.h
#include
#ifdef __cplusplus
extern "C" {
#endif
#define SIG_CADENCE_BUSY 1 //忙音
#define SIG_CADENCE_R
www.eeworm.com/read/297079/8054658
h setupapi.h
#ifndef _SETUPAPI_H
#define _SETUPAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include
#include
#ifdef __cplusplus
extern "C" {
#endif
#define WINSETUPAPI DECL
www.eeworm.com/read/297079/8055115
h mprapi.h
/*
* mprapi.h - Routing and Remote Access Services
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offered for use in the public domain. You may use,
* modify or distribute it free
www.eeworm.com/read/297079/8055123
h errorrep.h
#ifndef _ERRORREP_H
#define _ERRORREP_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if (_WIN32_WINNT >= 0x0501)
typedef enum {
frrvErr = 3,
frrvErrNo
www.eeworm.com/read/297079/8055128
h winsock2.h
/*
Definitions for winsock 2
Contributed by the WINE project.
Portions Copyright (c) 1980, 1983, 1988, 1993
The Regents of the University of California. All rights reserved.
Portions Co
www.eeworm.com/read/297079/8055183
h mgm.h
#ifndef _MGM_H
#define _MGM_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if (_WIN32_WINNT >= 0x0500)
#define MGM_JOIN_STATE_FLAG 0x00000001
#define MG