代码搜索:WINAPI
找到约 4,315 项符合「WINAPI」的源代码
代码结果 4,315
www.eeworm.com/read/363418/9952161
h djconf.h
#ifndef _DJCONF_H
#define _DJCONF_H
#define MAX_CONF_CARD_NUM 8
#define MAX_CONF_RESOURCE_NUM (32*MAX_CONF_CARD_NUM)
#define MAX_CONF_GROUP_NUM (16*MAX_CONF_CARD_NUM)
#define MAX_MEMBER
www.eeworm.com/read/363418/9952199
h djconfnew.h
#ifndef __DJCONFNEW_H__
#define __DJCONFNEW_H__
#include "djconf.h"
////////////////////////////////////////////////////////////////////////////////////////////
#define MAX_CONF_BOARD_NUM
www.eeworm.com/read/363418/9952327
h isdndll_1.h
#ifndef __ISDNDLL_H__
#define __ISDNDLL_H__
//////////////////////////////////////////////////////////
//通道释放原因定义
//使用 DJISDN_GetDsiconnectReason( 卡号, 通道号 ) 获得
/////////////////////////////////
www.eeworm.com/read/361375/10056382
c mydll.c
#include
int GlobalVar=100;
#pragma code_seg("MyCodeSeg1")
_declspec(dllexport) int WINAPI NonRelocatableFunction()
{
int x,y,z;
x=y=z=0;
return x;
}
#pragma code_seg()
www.eeworm.com/read/357269/10212931
h cping.h
#ifndef CPING_H
#define CPING_H
#include "StdAfx.h"
typedef struct tagIPINFO
{
u_char Ttl; // Time To Live
u_char Tos; // Type Of Service
u_char IPFlags; // IP flags
u_char Opt
www.eeworm.com/read/280060/10357709
h ddeml.h
/*****************************************************************************\
* *
* ddeml.h - DDEML API header file
www.eeworm.com/read/280060/10357788
h penwoem.h
/*****************************************************************************\
* *
* penwoem.h - Pen Windows APIs into
www.eeworm.com/read/280060/10357886
h stress.h
/*****************************************************************************\
* *
* stress.h - Stress functions defin
www.eeworm.com/read/279975/10371873
h keybdpdd.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/279967/10373116
cpp usersynccompare.cpp
/******************************************************************************
Module: UserSyncCompare.cpp
Notices: Copyright (c) 2008 Jeffrey Richter & Christophe Nasarre
***********************