windows-nt/Source/XPSP1/NT/base/fs/utils/regedit/regresed.h

21 lines
580 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//------------------------------------------------------------------------
//
// Microsoft Windows Shell
// Copyright (C) Microsoft Corporation, 2000
//
// File: regresed.h
//
// Contents: REG_RESOURCE_LIST for regedit
//
// Classes: none
//
//------------------------------------------------------------------------
#ifndef _INC_REGRESED
#define _INC_REGRESED
INT_PTR CALLBACK EditResourceListDlgProc(HWND hWnd, UINT Message, WPARAM wParam, LPARAM lParam);
BOOL EditResourceList_OnInitDialog(HWND hWnd, HWND hFocusWnd, LPARAM lParam);
#endif // _INC_REGSTRED