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.
29 lines
595 B
29 lines
595 B
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORP., 1993-1994
|
|
*
|
|
* TITLE: REGDWDED.H
|
|
*
|
|
* VERSION: 4.01
|
|
*
|
|
* AUTHOR: Tracy Sharpe
|
|
*
|
|
* DATE: 24 Sep 1994
|
|
*
|
|
* Dword edit dialog for use by the Registry Editor.
|
|
*
|
|
*******************************************************************************/
|
|
|
|
#ifndef _INC_REGDWDED
|
|
#define _INC_REGDWDED
|
|
|
|
INT_PTR
|
|
CALLBACK
|
|
EditDwordValueDlgProc(
|
|
HWND hWnd,
|
|
UINT Message,
|
|
WPARAM wParam,
|
|
LPARAM lParam
|
|
);
|
|
|
|
#endif // _INC_REGDWDED
|