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
580 B

  1. //------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows Shell
  4. // Copyright (C) Microsoft Corporation, 2000
  5. //
  6. // File: regresed.h
  7. //
  8. // Contents: REG_RESOURCE_LIST for regedit
  9. //
  10. // Classes: none
  11. //
  12. //------------------------------------------------------------------------
  13. #ifndef _INC_REGRESED
  14. #define _INC_REGRESED
  15. INT_PTR CALLBACK EditResourceListDlgProc(HWND hWnd, UINT Message, WPARAM wParam, LPARAM lParam);
  16. BOOL EditResourceList_OnInitDialog(HWND hWnd, HWND hFocusWnd, LPARAM lParam);
  17. #endif // _INC_REGSTRED