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

38 lines
826 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*******************************************************************************
*
* (C) COPYRIGHT MICROSOFT CORP., 1993-1994
*
* TITLE: REGSTRED.H
*
* VERSION: 4.01
*
* AUTHOR: Tracy Sharpe
*
* DATE: 05 Mar 1994
*
* String edit dialog for use by the Registry Editor.
*
********************************************************************************
*
* CHANGE LOG:
*
* DATE REV DESCRIPTION
* ----------- --- -------------------------------------------------------------
* 05 Mar 1994 TCS Original implementation.
*
*******************************************************************************/
#ifndef _INC_REGSTRED
#define _INC_REGSTRED
INT_PTR
CALLBACK
EditStringValueDlgProc(
HWND hWnd,
UINT Message,
WPARAM wParam,
LPARAM lParam
);
#endif // _INC_REGSTRED