代码搜索:tapi
找到约 905 项符合「tapi」的源代码
代码结果 905
www.eeworm.com/read/140227/13095708
pas callform.pas
unit Callform;
{
*** TAPI Monitor ***
by Davide Moretti
This is a TAPI Test
It uses TAPI interface to place outgoing calls.
You can also monitor these calls with
www.eeworm.com/read/130220/6340132
txt readme.txt
TAPI 2 Wave Driver Sample
=========================
This sample demonstrates how to use the capabilities of the IP Office Wave Driver using TAPI 2.
This sample can be used with the TAPI 2 drive
www.eeworm.com/read/254711/12122973
pas callform.pas
unit Callform;
{
*** TAPI Monitor ***
by Davide Moretti
This is a TAPI Test
It uses TAPI interface to place outgoing calls.
You can also monitor these calls with
www.eeworm.com/read/460787/1557839
h global.h
#if !defined _GLOAL_H_
#define _GLOBAL_H_
#define TAPI_MAKECALLRESULT (WM_USER + 100)
#define TAPI_DROPCALLRESULT (WM_USER + 101)
#define TAPI_DISCONNECTED (WM_USER + 102)
#define TAPI_IDLE
www.eeworm.com/read/453662/1639224
h global.h
#if !defined _GLOAL_H_
#define _GLOBAL_H_
#define TAPI_MAKECALLRESULT (WM_USER + 100)
#define TAPI_DROPCALLRESULT (WM_USER + 101)
#define TAPI_DISCONNECTED (WM_USER + 102)
#define TAPI_IDLE
www.eeworm.com/read/234969/4654611
h global.h
#if !defined _GLOAL_H_
#define _GLOBAL_H_
#define TAPI_MAKECALLRESULT (WM_USER + 100)
#define TAPI_DROPCALLRESULT (WM_USER + 101)
#define TAPI_DISCONNECTED (WM_USER + 102)
#define TAPI_IDLE
www.eeworm.com/read/423178/10581029
cpp radiostatedlg.cpp
// RadioStateDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RadioState.h"
#include "RadioStateDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
void FAR PASCAL CRadioStat
www.eeworm.com/read/176366/9500893
txt readme.txt
___________________________________________________
Copyright (C) 1999-2003 Microsoft Corporation. All rights reserved.
___________________________________________________
TAPI 3.0 TAPI
www.eeworm.com/read/130220/6340121
cpp tapiconnection.cpp
// ============================================================================
// TAPI application class
// ============================================================================
// --------
www.eeworm.com/read/328742/13005418
c callproc.c
//
// MODULE: CallProc.c
//
// PURPOSE: Demonstrates basic TAPI programming model
//
#include
#define TAPI_CURRENT_VERSION 0x00020000
#include
#include "TapiInfo.h"