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.

34 lines
728 B

  1. /*****************************************************************************
  2. D I A L O G S H E A D E R
  3. Name: dialogs.h
  4. Date: 21-Jan-1994
  5. Creator: John Fu
  6. Description:
  7. This is the header file for dialogs.c
  8. *****************************************************************************/
  9. INT_PTR CALLBACK ConnectDlgProc(
  10. HWND hwnd,
  11. UINT message,
  12. WPARAM wParam,
  13. LPARAM lParam);
  14. INT_PTR CALLBACK ShareDlgProc(
  15. HWND hwnd,
  16. UINT message,
  17. WPARAM wParam,
  18. LPARAM lParam);
  19. INT_PTR CALLBACK KeepAsDlgProc(
  20. HWND hwnd,
  21. UINT msg,
  22. WPARAM wParam,
  23. LPARAM lParam);