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.

20 lines
384 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #ifndef _WWWREG_H_
  3. #define _WWWREG_H_
  4. LRW_DLG_INT CALLBACK
  5. WWWRegProc(
  6. IN HWND hwnd,
  7. IN UINT uMsg,
  8. IN WPARAM wParam,
  9. IN LPARAM lParam
  10. );
  11. LRW_DLG_INT CALLBACK
  12. WWWLKPProc(
  13. IN HWND hwnd,
  14. IN UINT uMsg,
  15. IN WPARAM wParam,
  16. IN LPARAM lParam
  17. );
  18. #endif //_WWWREG_H_