mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
[MSCTFIME][CICERO] Implement CFnDocFeed (#6513)
Supporting TIPs... JIRA issue: CORE-19360 - Add missing CicInputContext methods. - Implement CFnDocFeed class.
This commit is contained in:
parent
0086d05007
commit
f53f1334ed
8 changed files with 156 additions and 58 deletions
|
@ -45,8 +45,7 @@ class CicIMCCLock : public CIC_IMCC_LOCK<T_DATA>
|
|||
public:
|
||||
CicIMCCLock(HIMCC hIMCC) : CIC_IMCC_LOCK<T_DATA>(hIMCC)
|
||||
{
|
||||
if (hIMCC)
|
||||
_LockIMCC(this->m_hIMCC, &this->m_pIMCC);
|
||||
this->m_hr = _LockIMCC(this->m_hIMCC, &this->m_pIMCC);
|
||||
}
|
||||
~CicIMCCLock()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue