ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
class | CCompletionMatch |
class | CCompletionList |
Macros | |
#define | COMPLETION_BUFFER_SIZE 4096 |
Functions | |
BOOL | FillCompletion (const TCHAR *pszKey) |
const TCHAR * | CompletionCallback (unsigned __int64 &rnIndex, const BOOL *pblnForward, const TCHAR *pszContext, const TCHAR *pszBegin) |
void | InvalidateCompletion () |
Variables | |
CRegistryTree | Tree |
BOOL | g_blnCompletionCycle = TRUE |
class CCompletionList | g_Completion |
#define COMPLETION_BUFFER_SIZE 4096 |
Definition at line 27 of file Completion.cpp.
const TCHAR * CompletionCallback | ( | unsigned __int64 & | rnIndex, |
const BOOL * | pblnForward, | ||
const TCHAR * | pszContext, | ||
const TCHAR * | pszBegin | ||
) |
Definition at line 439 of file Completion.cpp.
Referenced by co_IntCallSentMessageCallback(), co_IntSendMessageWithCallBack(), co_MsqSendMessageAsync(), and main().
Definition at line 332 of file Completion.cpp.
Referenced by CompletionCallback().
void InvalidateCompletion | ( | ) |
Definition at line 511 of file Completion.cpp.
Referenced by CShellCommandDeleteKey::Execute(), CShellCommandDeleteValue::Execute(), CShellCommandNewKey::Execute(), and CShellCommandSetValue::Execute().
Definition at line 31 of file Completion.cpp.
Referenced by CompletionCallback().
class CCompletionList g_Completion |
Referenced by CompletionCallback(), FillCompletion(), and InvalidateCompletion().
|
extern |
Definition at line 53 of file RegistryExplorer.cpp.
Referenced by CreateBTreeFromIndex(), CreateEmptyBTree(), CreateIndexRootFromBTree(), CRegistryTree::CRegistryTree(), DemoteBTreeRoot(), DestroyBTree(), DumpBTree(), DumpBTreeKey(), DumpBTreeNode(), FillCompletion(), CRegistryTree::GetKey(), CCompletionList::IsNewCompletion(), main(), CRegistryTree::NewKey(), NtfsCreateDirectory(), NtfsInsertKey(), SplitBTreeNode(), and UpdateIndexAllocation().