ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "objbase.h"
#include "tapi.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (tapi) | |
DWORD WINAPI | tapiGetLocationInfoW (LPWSTR countrycode, LPWSTR citycode) |
DWORD WINAPI | tapiGetLocationInfoA (LPSTR countrycode, LPSTR citycode) |
DWORD WINAPI | tapiRequestMakeCallA (LPCSTR lpszDestAddress, LPCSTR lpszAppName, LPCSTR lpszCalledParty, LPCSTR lpszComment) |
Definition at line 99 of file assisted.c.
Definition at line 37 of file assisted.c.
Referenced by tapiGetLocationInfoA().
DWORD WINAPI tapiRequestMakeCallA | ( | LPCSTR | lpszDestAddress, |
LPCSTR | lpszAppName, | ||
LPCSTR | lpszCalledParty, | ||
LPCSTR | lpszComment | ||
) |
Definition at line 122 of file assisted.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | tapi | ) |