代码搜索:tapi
找到约 905 项符合「tapi」的源代码
代码结果 905
www.eeworm.com/read/206632/5005218
c slipframe.c
/*++
Copyright (c) 1993-2000 Microsoft Corporation. All rights reserved.
Module Name:
pppframe.c
Abstract:
Environment:
--*/
#include "windows.h"
#include "tapi.h"
#include
www.eeworm.com/read/206632/5005222
c pppframe.c
/*++
Copyright (c) 1993-2000 Microsoft Corporation. All rights reserved.
Module Name:
pppframe.c
Abstract:
Environment:
--*/
#include "windows.h"
#include "tapi.h"
#include
www.eeworm.com/read/330176/3427060
c slipframe.c
/*++
Copyright (c) 1993-2000 Microsoft Corporation. All rights reserved.
Module Name:
pppframe.c
Abstract:
Environment:
--*/
#include "windows.h"
#include "tapi.h"
#include
www.eeworm.com/read/330176/3427064
c pppframe.c
/*++
Copyright (c) 1993-2000 Microsoft Corporation. All rights reserved.
Module Name:
pppframe.c
Abstract:
Environment:
--*/
#include "windows.h"
#include "tapi.h"
#include
www.eeworm.com/read/100969/15859158
dfm unit1.dfm
object frmGAtapi: TfrmGAtapi
Left = 258
Top = 127
Width = 472
Height = 422
Caption = 'TAPI'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/429587/8801440
cpp tapicaseview.cpp
// TAPICaseView.cpp : implementation of the CTAPICaseView class
//
#include "stdafx.h"
#include "TAPICase.h"
#include "global.h"
#include "TAPI.h"
#include "TAPILine.h"
#include "TAPICaseDoc.
www.eeworm.com/read/178679/9388832
cpp tapicaseview.cpp
// TAPICaseView.cpp : implementation of the CTAPICaseView class
//
#include "stdafx.h"
#include "TAPICase.h"
#include "global.h"
#include "TAPI.h"
#include "TAPILine.h"
#include "TAPICaseDoc.
www.eeworm.com/read/178679/9388967
vcw tapicomm.vcw
[MSVC Status File]
Version=1.00
ProjectType=10
External=1
DebugBuildCmd=NMAKE /f TAPICOMM.MAK
ReleaseBuildCmd=NMAKE /f TAPICOMM.MAK
RebuildOption=/a
BuildMode=1
TargetName=E:\APP\TAPICOMM\TAPI
www.eeworm.com/read/167569/9960211
cpp tapicaseview.cpp
// TAPICaseView.cpp : implementation of the CTAPICaseView class
//
#include "stdafx.h"
#include "TAPICase.h"
#include "global.h"
#include "TAPI.h"
#include "TAPILine.h"
#include "TAPICaseDoc.
www.eeworm.com/read/141570/12997940
txt 33.txt
利用 API 可以直接拨号
声明:
Private Declare Function tapiRequestMakeCall Lib "TAPI32.DLL" (ByVal DestAddr$, ByVal AppName As String, ByVal CalledParty As String, ByVal Comment As String) As Long
例子:
Pu