ReactOS 0.4.16-dev-197-g92996da
|
#include "regedit.h"
Go to the source code of this file.
Macros | |
#define | RSF_WHOLESTRING 0x00000001 |
#define | RSF_LOOKATKEYS 0x00000002 |
#define | RSF_LOOKATVALUES 0x00000004 |
#define | RSF_LOOKATDATA 0x00000008 |
#define | RSF_MATCHCASE 0x00010000 |
Functions | |
VOID | SetValueName (HWND hwndLV, LPCWSTR pszValueName) |
BOOL | DoEvents (VOID) |
static LPWSTR | lstrstri (LPCWSTR psz1, LPCWSTR psz2) |
static BOOL | CompareName (LPCWSTR pszName1, LPCWSTR pszName2) |
static BOOL | MatchString (LPCWCH pch1, INT cch1, LPCWCH pch2, INT cch2) |
static BOOL | MatchData (DWORD dwType, LPCVOID pv1, DWORD cb1) |
int | compare (const void *x, const void *y) |
BOOL | RegFindRecurse (HKEY hKey, LPCWSTR pszSubKey, LPCWSTR pszValueName, LPWSTR *ppszFoundSubKey, LPWSTR *ppszFoundValueName) |
BOOL | RegFindWalk (HKEY *phKey, LPCWSTR pszSubKey, LPCWSTR pszValueName, LPWSTR *ppszFoundSubKey, LPWSTR *ppszFoundValueName) |
static DWORD | GetFindFlags (void) |
static void | SetFindFlags (DWORD dwFlags) |
static INT_PTR CALLBACK | AbortFindDialogProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
BOOL | FindNext (HWND hWnd) |
static INT_PTR CALLBACK | FindDialogProc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | FindNextMessageBox (HWND hWnd) |
void | FindDialog (HWND hWnd) |
Variables | |
static WCHAR | s_szFindWhat [256] |
static const WCHAR | s_szFindFlags [] = L"FindFlags" |
static const WCHAR | s_szFindFlagsR [] = L"FindFlagsReactOS" |
static HWND | s_hwndAbortDialog |
static BOOL | s_bAbort |
static DWORD | s_dwFlags |
static WCHAR | s_szName [MAX_PATH] |
static DWORD | s_cchName |
static const WCHAR | s_empty [] = L"" |
static const WCHAR | s_backslash [] = L"\\" |
|
static |
Definition at line 581 of file find.c.
Referenced by FindNext().
Definition at line 60 of file find.c.
Referenced by LdrGetDllHandleEx(), LdrpCompareResourceNames_U(), RegFindRecurse(), and RegFindWalk().
Definition at line 29 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
Definition at line 811 of file find.c.
Referenced by _CmdWndProc(), and FindNext().
|
static |
Definition at line 684 of file find.c.
Referenced by FindDialog().
Definition at line 609 of file find.c.
Referenced by FindNextMessageBox().
Definition at line 799 of file find.c.
Referenced by _CmdWndProc(), and FindDialog().
Definition at line 534 of file find.c.
Referenced by FindDialogProc(), and FindNext().
Definition at line 45 of file find.c.
Referenced by CompareName().
Definition at line 79 of file find.c.
Referenced by MatchData(), RtlFindCharInUnicodeString(), and RtlpIsCharInUnicodeString().
BOOL RegFindRecurse | ( | HKEY | hKey, |
LPCWSTR | pszSubKey, | ||
LPCWSTR | pszValueName, | ||
LPWSTR * | ppszFoundSubKey, | ||
LPWSTR * | ppszFoundValueName | ||
) |
Definition at line 114 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
BOOL RegFindWalk | ( | HKEY * | phKey, |
LPCWSTR | pszSubKey, | ||
LPCWSTR | pszValueName, | ||
LPWSTR * | ppszFoundSubKey, | ||
LPWSTR * | ppszFoundValueName | ||
) |
Definition at line 334 of file find.c.
Referenced by FindNext().
Definition at line 563 of file find.c.
Referenced by FindDialogProc().
Definition at line 71 of file listview.c.
Referenced by FindNext().
|
static |
Definition at line 19 of file find.c.
Referenced by AbortFindDialogProc(), DoEvents(), and FindNext().
Definition at line 25 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
|
static |
Definition at line 23 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
|
static |
Definition at line 21 of file find.c.
Referenced by CompareName(), FindNext(), MatchString(), RegFindRecurse(), and RegFindWalk().
Definition at line 24 of file find.c.
Referenced by FindNext(), and RegFindWalk().
|
static |
Definition at line 18 of file find.c.
Referenced by DoEvents(), and FindNext().
Definition at line 16 of file find.c.
Referenced by GetFindFlags(), and SetFindFlags().
Definition at line 17 of file find.c.
Referenced by GetFindFlags(), and SetFindFlags().
|
static |
Definition at line 15 of file find.c.
Referenced by FindDialogProc(), FindNext(), MatchData(), RegFindRecurse(), and RegFindWalk().
Definition at line 22 of file find.c.
Referenced by RegFindRecurse(), RegFindWalk(), and START_TEST().