Home
last modified time | relevance | path

Searched refs:PreservedKey (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/msctf/
H A Dthreadmgr.c47 } PreservedKey; typedef
182 PreservedKey* key = LIST_ENTRY(cursor,PreservedKey,entry); in ThreadMgr_Destructor()
846 PreservedKey* key = LIST_ENTRY(cursor,PreservedKey,entry); in KeystrokeMgr_IsPreservedKey()
864 PreservedKey *newkey; in KeystrokeMgr_PreserveKey()
873 PreservedKey* key = LIST_ENTRY(cursor,PreservedKey,entry); in KeystrokeMgr_PreserveKey()
878 newkey = HeapAlloc(GetProcessHeap(),0,sizeof(PreservedKey)); in KeystrokeMgr_PreserveKey()
906 PreservedKey* key = NULL; in KeystrokeMgr_UnpreserveKey()
915 key = LIST_ENTRY(cursor,PreservedKey,entry); in KeystrokeMgr_UnpreserveKey()