Leaked source code of windows server 2003
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.
 
 
 
 
 
 

52 lines
1000 B

/*++
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);