ReactOS 0.4.16-dev-321-g63bb46a
|
Go to the source code of this file.
Typedefs | |
typedef HRESULT(WINAPI * | FN_TF_CreateLangProfileUtil) (ITfFnLangProfileUtil **) |
typedef LONG(WINAPI * | FN_RegNotifyChangeKeyValue) (HKEY, BOOL, DWORD, HANDLE, BOOL) |
Functions | |
LONG WINAPI | DelayedRegNotifyChangeKeyValue (HKEY hKey, BOOL bWatchSubtree, DWORD dwNotifyFilter, HANDLE hEvent, BOOL fAsynchronous) |
Definition at line 87 of file CRegWatcher.cpp.
typedef HRESULT(WINAPI * FN_TF_CreateLangProfileUtil) (ITfFnLangProfileUtil **) |
Definition at line 37 of file CRegWatcher.cpp.
LONG WINAPI DelayedRegNotifyChangeKeyValue | ( | HKEY | hKey, |
BOOL | bWatchSubtree, | ||
DWORD | dwNotifyFilter, | ||
HANDLE | hEvent, | ||
BOOL | fAsynchronous | ||
) |
Definition at line 90 of file CRegWatcher.cpp.
Referenced by CRegWatcher::InitEvent().