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

  1. /*++
  2. Copyright (C) 1992-98 Microsft Corporation. All rights reserved.
  3. Module Name:
  4. customdlg.h
  5. Abstract:
  6. Contains the definitions for the prototypes to be used for
  7. the custom dialogs.
  8. Author:
  9. Rao Salapaka (raos) 09-Jan-1998
  10. Revision History:
  11. --*/
  12. #include <ras.h>
  13. DWORD
  14. DwGetCustomDllEntryPoint(
  15. LPTSTR lpszPhonebook,
  16. LPTSTR lpszEntry,
  17. BOOL *pfCustomDllSpecified,
  18. FARPROC *pfnCustomEntryPoint,
  19. HINSTANCE *phInstDll,
  20. DWORD dwFnId
  21. );
  22. DWORD
  23. DwCustomDialDlg(
  24. LPTSTR lpszPhonebook,
  25. LPTSTR lpszEntry,
  26. LPTSTR lpszPhoneNumber,
  27. LPRASDIALDLG lpInfo,
  28. DWORD dwFlags,
  29. BOOL *pfStatus);
  30. DWORD
  31. DwCustomEntryDlg(
  32. LPTSTR lpszPhonebook,
  33. LPTSTR lpszEntry,
  34. LPRASENTRYDLG lpInfo,
  35. BOOL *pfStatus);