Source code of Windows XP (NT5)
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.

30 lines
687 B

  1. #ifndef _PHONE_BOOK_
  2. #define _PHONE_BOOK_
  3. #include "phbk.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. DllExportH PhoneBookLoad(LPCSTR pszISPCode, DWORD_PTR far *pdwPhoneID);
  8. DllExportH PhoneBookSuggestNumbers(DWORD_PTR dwPhoneID, PSUGGESTINFO lpSuggestInfo);
  9. DllExportH PhoneBookDisplaySignUpNumbers (DWORD_PTR dwPhoneID,
  10. LPSTR far *ppszPhoneNumbers,
  11. LPSTR far *ppszDunFiles,
  12. WORD far *pwPhoneNumbers,
  13. DWORD far *pdwCountry,
  14. WORD far *pwRegion,
  15. BYTE fType,
  16. BYTE bMask,
  17. HWND hwndParent,
  18. DWORD dwFlags);
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif // _PHONE_BOOK_