Home
last modified time | relevance | path

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

/reactos/dll/win32/msctf/
H A Dthreadmgr.c826 ITfContext *pic, const TF_PRESERVEDKEY *pprekey, GUID *pguid) in KeystrokeMgr_GetPreservedKey() argument
834 REFGUID rguid, const TF_PRESERVEDKEY *pprekey, BOOL *pfRegistered) in KeystrokeMgr_IsPreservedKey() argument
839 …CE("(%p) %s (%x %x) %p\n",This,debugstr_guid(rguid), (pprekey)?pprekey->uVKey:0, (pprekey)?pprekey in KeystrokeMgr_IsPreservedKey()
841 if (!rguid || !pprekey || !pfRegistered) in KeystrokeMgr_IsPreservedKey()
847 …if (IsEqualGUID(rguid,&key->guid) && pprekey->uVKey == key->prekey.uVKey && pprekey->uModifiers ==… in KeystrokeMgr_IsPreservedKey()
903 REFGUID rguid, const TF_PRESERVEDKEY *pprekey) in KeystrokeMgr_UnpreserveKey() argument
908 …TRACE("(%p) %s (%x %x)\n",This,debugstr_guid(rguid),(pprekey)?pprekey->uVKey:0, (pprekey)?pprekey-… in KeystrokeMgr_UnpreserveKey()
910 if (!pprekey || !rguid) in KeystrokeMgr_UnpreserveKey()
916 …if (IsEqualGUID(rguid,&key->guid) && pprekey->uVKey == key->prekey.uVKey && pprekey->uModifiers ==… in KeystrokeMgr_UnpreserveKey()
/reactos/sdk/include/psdk/
H A Dmsctf.idl1118 [in] const TF_PRESERVEDKEY *pprekey,
1123 [in] const TF_PRESERVEDKEY *pprekey,
1135 [in] const TF_PRESERVEDKEY *pprekey);