#include <nt.h>#include <ntrtl.h>#include <nturtl.h>#include <windows.h>#include <kbd.h>Go to the source code of this file.
Defines | |
| #define | TRACE(x) |
| #define | MAXBUF_CSIZE (256) |
Functions | |
| __inline LPWSTR | MakeString (PKEY_VALUE_FULL_INFORMATION pKey, size_t limit) |
| BOOL | GetRealDllFileNameWorker (CONST WCHAR *pwszKeyName, WCHAR *RealDllName) |
| BOOL | KbdLayerRealDllFileNT4 (WCHAR *RealDllName) |
| BOOL | KbdLayerRealDllFileForWBT (HKL hkl, WCHAR *realDllName, PCLIENTKEYBOARDTYPE pClientKbdType, LPVOID reserve) |
| __inline WCHAR * | wszcpy (WCHAR *target, CONST WCHAR *src) |
| BOOL | KbdLayerRealDllFile (HKL hkl, WCHAR *realDllName, PCLIENTKEYBOARDTYPE pClientKbdType, LPVOID reserve) |
|
|
Definition at line 60 of file fekbdcom.c. Referenced by GetRealDllFileNameWorker(). |
|
|
Definition at line 54 of file fekbdcom.c. |
|
||||||||||||
|
Definition at line 118 of file fekbdcom.c. References BOOL, FALSE, L, MakeString(), MAXBUF_CSIZE, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, RtlAppendUnicodeToString(), RtlInitUnicodeString(), Status, TRACE, and TRUE. Referenced by KbdLayerRealDllFile(), and KbdLayerRealDllFileNT4().
|
|
||||||||||||||||||||
|
Definition at line 364 of file fekbdcom.c. References ASSERT, BOOL, GetRealDllFileNameWorker(), KbdLayerRealDllFileForWBT(), L, NULL, TRACE, and wszcpy().
|
|
||||||||||||||||||||
|
Definition at line 199 of file fekbdcom.c. References ASSERT, BOOL, FALSE, L, NT_SUCCESS, NtClose(), NtOpenKey(), NtQueryValueKey(), NTSTATUS(), NULL, RtlAnsiStringToUnicodeString(), RtlAppendUnicodeStringToString(), RtlCopyUnicodeString(), RtlInitUnicodeString(), RtlIntegerToChar(), Status, strlen(), TRUE, and USHORT. Referenced by KbdLayerRealDllFile().
|
|
|
Definition at line 187 of file fekbdcom.c. References BOOL, GetRealDllFileNameWorker(), L, and TRACE.
|
|
||||||||||||
|
Definition at line 68 of file fekbdcom.c. Referenced by GetRealDllFileNameWorker().
|
|
||||||||||||
|
Definition at line 350 of file fekbdcom.c. Referenced by KbdLayerRealDllFile().
|
1.3.7