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.
27 lines
527 B
27 lines
527 B
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORP., 1993-1994
|
|
*
|
|
* TITLE: REGFIND.H
|
|
*
|
|
* VERSION: 4.00
|
|
*
|
|
* AUTHOR: Tracy Sharpe
|
|
*
|
|
* DATE: 14 Jul 1994
|
|
*
|
|
*******************************************************************************/
|
|
|
|
#ifndef _INC_REGFIND
|
|
#define _INC_REGFIND
|
|
|
|
extern DWORD g_FindFlags;
|
|
|
|
VOID
|
|
PASCAL
|
|
RegEdit_OnCommandFindNext(
|
|
HWND hWnd,
|
|
BOOL fForceDialog
|
|
);
|
|
|
|
#endif // _INC_REGFIND
|