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.

34 lines
771 B

  1. //==========================================================================//
  2. // Exported Functions //
  3. //==========================================================================//
  4. INT_PTR
  5. GraphOptionDlg(
  6. HWND hDlg,
  7. UINT msg,
  8. WPARAM wParam,
  9. LPARAM lParam
  10. );
  11. INT_PTR
  12. BookmarkDlg(
  13. HWND hDlg,
  14. UINT msg,
  15. WPARAM wParam,
  16. LPARAM lParam
  17. );
  18. INT_PTR
  19. AboutDlg(
  20. HWND hDlg,
  21. UINT msg,
  22. WPARAM wParam,
  23. LPARAM lParam
  24. ) ;
  25. BOOL
  26. DisplayAlertOptions (
  27. HWND hWndParent,
  28. HWND hWndAlert
  29. ) ;