|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 88 of file CRegWatcher.cpp.
| typedef HRESULT(WINAPI * FN_TF_CreateLangProfileUtil) (ITfFnLangProfileUtil **) |
Definition at line 38 of file CRegWatcher.cpp.
| LONG WINAPI DelayedRegNotifyChangeKeyValue | ( | HKEY | hKey, |
| BOOL | bWatchSubtree, | ||
| DWORD | dwNotifyFilter, | ||
| HANDLE | hEvent, | ||
| BOOL | fAsynchronous | ||
| ) |
Definition at line 91 of file CRegWatcher.cpp.
Referenced by CRegWatcher::InitEvent().