代码搜索:tapi
找到约 905 项符合「tapi」的源代码
代码结果 905
www.eeworm.com/read/254711/12122931
~pa main.~pa
unit Main;
{
TAPI Test
by Davide Moretti
this code is freeware, and can be used
anywhere without permission.
}
interface
uses
SysUtils, WinTypes, WinProcs
www.eeworm.com/read/254711/12122934
dpr term.dpr
program Term;
uses SysUtils, Windows, Tapi;
{$R *.RES}
{$APPTYPE CONSOLE}
var
bConnected: Boolean = False;
procedure lineCallback(hDevice, dwMsg, dwCallbackInstance,
dwParam1, dwPar
www.eeworm.com/read/254711/12122982
pas main.pas
unit Main;
{
TAPI Test
by Davide Moretti
this code is freeware, and can be used
anywhere without permission.
}
interface
uses
SysUtils, WinTypes, WinProcs
www.eeworm.com/read/349304/10837155
~dp term.~dp
program Term;
uses SysUtils, Windows, Tapi;
{$R *.RES}
{$APPTYPE CONSOLE}
{
Converted to Delphi by Davide Moretti
Note: I tried to remove pointers where possible, but in some cases t
www.eeworm.com/read/396682/8095790
pas monform.pas
unit MonForm;
interface
uses
WinTypes, WinProcs, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Tapi,
StdCtrls;
type
TfrmTAPIMon = class(TForm)
Memo1: TMemo;
p
www.eeworm.com/read/396682/8095802
~pas callform.~pas
unit Callform;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Tapi, ExtCtrls;
type
TfrmTAPICall = class(TForm)
Label1: T
www.eeworm.com/read/396682/8095825
pas callform.pas
unit Callform;
interface
uses
SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, Tapi, ExtCtrls;
type
TfrmTAPICall = class(TForm)
Label1: T
www.eeworm.com/read/140227/13095703
pas monform.pas
unit MonForm;
interface
uses
WinTypes, WinProcs, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Tapi,
StdCtrls;
type
TfrmTAPIMon = class(TForm)
Memo1: TMemo;
p
www.eeworm.com/read/254711/12122958
~dp term.~dp
program Term;
uses SysUtils, Windows, Tapi;
{$R *.RES}
{$APPTYPE CONSOLE}
{
Converted to Delphi by Davide Moretti
Note: I tried to remove pointers where possible, but in some cases t
www.eeworm.com/read/254485/4382122
h mytapi.h
// MyTapi.cpp: My TAPI helper function propotypes
LONG MyGetLineDevCaps(HLINEAPP hLineApp, DWORD nApiVersion, DWORD nLineID, LINEDEVCAPS** ppd);
LPCSTR MyGetLineName(LINEDEVCAPS* pd);
LONG MyGe