mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.5 KiB
60 lines
1.5 KiB
#include "windows.h"
|
|
#include "prsht.h"
|
|
#include "stdlib.h"
|
|
#include "tapi.h"
|
|
#include "tspi.h"
|
|
#include "resource.h"
|
|
#include "..\client\client.h"
|
|
#include "server.h"
|
|
#include "line.h"
|
|
|
|
|
|
|
|
// This code is in TAPI32.DLL
|
|
//
|
|
// //***************************************************************************
|
|
// //***************************************************************************
|
|
// void
|
|
// WINAPI
|
|
// LTranslateDialog(
|
|
// PLINETRANSLATEDIALOG_PARAMS pParams,
|
|
// LPBYTE pDataBuf,
|
|
// LPDWORD pdwNumBytesReturned
|
|
// )
|
|
// {
|
|
// }
|
|
//
|
|
//
|
|
// This code is in TAPI32.DLL
|
|
//
|
|
// //***************************************************************************
|
|
// //***************************************************************************
|
|
// void
|
|
// WINAPI
|
|
// LGetTranslateCaps(
|
|
// PLINEGETTRANSLATECAPS_PARAMS pParams,
|
|
// LPBYTE pDataBuf,
|
|
// LPDWORD pdwNumBytesReturned
|
|
//
|
|
// )
|
|
// {
|
|
// }
|
|
//
|
|
//
|
|
//
|
|
// This code is in TAPI32.DLL
|
|
//
|
|
// //***************************************************************************
|
|
// //***************************************************************************
|
|
// //Get the current location
|
|
// //xlate the number based on that
|
|
//
|
|
// void
|
|
// WINAPI
|
|
// LTranslateAddress(
|
|
// PLINETRANSLATEADDRESS_PARAMS pParams,
|
|
// LPBYTE pDataBuf,
|
|
// LPDWORD pdwNumBytesReturned
|
|
// )
|
|
// {
|
|
// }
|