代码搜索:WINAPI
找到约 4,315 项符合「WINAPI」的源代码
代码结果 4,315
www.eeworm.com/read/371298/9558034
cpp mypage2.cpp
//---------------------------------------------------------------------------
#include
#include
#include
#pragma hdrstop
USEFORM("Unit1.cpp", WebModu
www.eeworm.com/read/363418/9952193
h djisdnboard.h
#pragma once
#include "Board.h"
#include "tce1_32.h"
#include "isdndll.h"
#include "ShowMsg.h"
class CDjIsdnBoard : public CBoard
{
public:
CDjIsdnBoard(void);
~CDjIsdnBoard(void);
publi
www.eeworm.com/read/363418/9952209
h isupdll.h
#ifndef __ISUP_DLL__
#define __ISUP_DLL__
//////////////////////////////////////////////////////////
//获取通道状态
//使用 DJISUP_GetChnState( 卡号, 通道号 ) 获取
/////////////////////////////////////////////
www.eeworm.com/read/363418/9952218
h djh323.h
#ifndef __DJH323_H__
#define __DJH323_H__
/////////////////////////////////////////////////////////////////////////////////////////////////
//参数、结构定义
#define MAX_CALLINFO_LEN 256
#define M
www.eeworm.com/read/363418/9952221
h djip.h
/************************************************************************
(c) COPYRIGHT 2000-2008 by Oriental Communicaton System, Inc.
All rights reserved.
Th
www.eeworm.com/read/363418/9952235
h tce1_32.h
#ifndef _TCE1_32_H
#define _TCE1_32_H
// add by H.J.N ------------
#include "windows.h"
// add next define is just for E1
#define UINT unsigned int
// end of add --------------
#define
www.eeworm.com/read/363418/9952247
h fsk_mix.h
#ifndef _FSK_MIX_H_
#define _FSK_MIX_H_
#include "windows.h"
#define FSK_CH_TYPE_160 1
#define FSK_CH_TYPE_E1 2
#ifdef __cplusplus
extern "C" {
#endif
int WINAPI DJFsk_InitForFsk(int
www.eeworm.com/read/363418/9952264
h conf95.h
#ifndef CONF95_H
#define CONF95_H
#define MAX_GROUP_NUM 10
#define MAX_CH_PER_GROUP 32
#define ATTE_0DB 0x00
#define ATTE_MINUS_3DB 0x40
#define ATTE_MINUS_6DB 0x80
#def
www.eeworm.com/read/363418/9952274
h tc08a32.h
#ifndef _TC08A32_H
#define _TC08A32_H
#include
#ifdef __cplusplus
extern "C" {
#endif
/*******************************************
define value
*****************************
www.eeworm.com/read/363418/9952292
h tce1_32mt.h
#if !defined(_TCE132_MT_H_)
#define _TCE132_MT_H_
#include "tce1_32.h"
//通道的类型,来自TC08a32.h
#define CHTYPE_USER 0
#define CHTYPE_TRUNK 1
#define CHTYPE_EMPTY 2
//DTMF函数定义
#defin