Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
1394
atm
config
ddk
dhcp
diagnostics
dlc
homenet
ias
inc
ipsec
irda
jet500
layer2svc
lib
mcast
mmc
ndis
netbeui
netbios
netbt
netevent
nwlink
published
qos
rndis
rras
cm
common
cps
dim
inc
ip
ipx
mgm
mprmsg
ndis
netsh
ras
autodial
ddm
hlp
idl
inc
inf
ini
ppp
rasman
rassfm
rassld
scp
ui
common
debug
inc
nouiutil
customdlg.h
dtl.c
eapcfg.c
inetcfgp.c
intl.c
loaddlls.c
makefile
mdm.c
nnetcfg.cpp
nnetcfg.h
noui.c
pbuser.c
pwutil.c
rasapi.c
rasman.c
rasrpc.c
rassrv.c
reg.c
sources
utilsys.c
pbk
phonenum
rnk
sharing
tapiutil
uiutil
dirs
extapi
inc
nt4
perf
rasadmin
rasdial
rasdlg
rasphone
rasscrpt
rassrvui
dirs
dirs
routemon
rtm
rtmv2
upgrade
dirs
sfm
snmp
sockets
streams
tapi
tcpip
tdi
unimodem
upnp
winnet
wins
wlbs
branch-reasons-and-info.txt
dirs
makefil0
owners.txt
project.mk
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

53 lines
1000 B
C

/*++
Copyright (C) 1992-98 Microsft Corporation. All rights reserved.
Module Name:
customdlg.h
Abstract:
Contains the definitions for the prototypes to be used for
the custom dialogs.
Author:
Rao Salapaka (raos) 09-Jan-1998
Revision History:
--*/
#include <ras.h>
DWORD
DwGetCustomDllEntryPoint(
LPTSTR lpszPhonebook,
LPTSTR lpszEntry,
BOOL *pfCustomDllSpecified,
FARPROC *pfnCustomEntryPoint,
HINSTANCE *phInstDll,
DWORD dwFnId
);
DWORD
DwCustomDialDlg(
LPTSTR lpszPhonebook,
LPTSTR lpszEntry,
LPTSTR lpszPhoneNumber,
LPRASDIALDLG lpInfo,
DWORD dwFlags,
BOOL *pfStatus);
DWORD
DwCustomEntryDlg(
LPTSTR lpszPhonebook,
LPTSTR lpszEntry,
LPRASENTRYDLG lpInfo,
BOOL *pfStatus);