ReactOS 0.4.15-dev-6656-gbbb33a6
|
#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 595 of file find.c.
Referenced by FindNext().
Definition at line 72 of file find.c.
Referenced by LdrGetDllHandleEx(), LdrpCompareResourceNames_U(), RegFindRecurse(), and RegFindWalk().
Definition at line 41 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
Definition at line 825 of file find.c.
Referenced by _CmdWndProc(), and FindNext().
|
static |
Definition at line 698 of file find.c.
Referenced by FindDialog().
Definition at line 623 of file find.c.
Referenced by FindNextMessageBox().
Definition at line 813 of file find.c.
Referenced by _CmdWndProc(), and FindDialog().
Definition at line 548 of file find.c.
Referenced by FindDialogProc(), and FindNext().
Definition at line 57 of file find.c.
Referenced by CompareName().
Definition at line 91 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 126 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
BOOL RegFindWalk | ( | HKEY * | phKey, |
LPCWSTR | pszSubKey, | ||
LPCWSTR | pszValueName, | ||
LPWSTR * | ppszFoundSubKey, | ||
LPWSTR * | ppszFoundValueName | ||
) |
Definition at line 346 of file find.c.
Referenced by FindNext().
Definition at line 577 of file find.c.
Referenced by FindDialogProc().
Definition at line 84 of file listview.c.
Referenced by FindNext().
|
static |
Definition at line 31 of file find.c.
Referenced by AbortFindDialogProc(), DoEvents(), and FindNext().
Definition at line 37 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
|
static |
Definition at line 35 of file find.c.
Referenced by RegFindRecurse(), and RegFindWalk().
|
static |
Definition at line 33 of file find.c.
Referenced by CompareName(), FindNext(), MatchString(), RegFindRecurse(), and RegFindWalk().
Definition at line 36 of file find.c.
Referenced by FindNext(), and RegFindWalk().
|
static |
Definition at line 30 of file find.c.
Referenced by DoEvents(), and FindNext().
Definition at line 28 of file find.c.
Referenced by GetFindFlags(), and SetFindFlags().
Definition at line 29 of file find.c.
Referenced by GetFindFlags(), and SetFindFlags().
|
static |
Definition at line 27 of file find.c.
Referenced by FindDialogProc(), FindNext(), MatchData(), RegFindRecurse(), and RegFindWalk().
Definition at line 34 of file find.c.
Referenced by RegFindRecurse(), RegFindWalk(), and START_TEST().