ReactOS 0.4.15-dev-7961-gdcf9eb0
locale_list.h
Go to the documentation of this file.
1#pragma once
2
3#include "input.h"
4
5typedef struct _LOCALE_LIST_NODE
6{
8
10
14
17
18VOID
20
23
unsigned long DWORD
Definition: ntddk_ex.h:95
struct _LOCALE_LIST_NODE LOCALE_LIST_NODE
VOID LocaleList_Destroy(VOID)
Definition: locale_list.c:60
LOCALE_LIST_NODE * LocaleList_GetByHkl(HKL hkl)
Definition: locale_list.c:129
LOCALE_LIST_NODE * LocaleList_Create(VOID)
Definition: locale_list.c:84
LOCALE_LIST_NODE * LocaleList_GetFirst(VOID)
Definition: locale_list.c:146
HKL hkl
Definition: msctf.idl:650
UINT_PTR HKL
Definition: msctf.idl:143
struct _LOCALE_LIST_NODE * pPrev
Definition: locale_list.h:11
struct _LOCALE_LIST_NODE * pNext
Definition: locale_list.h:12
__wchar_t WCHAR
Definition: xmlstorage.h:180