Searched refs:enum_compartments (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/msctf/ |
H A D | inputprocessor.c | 2215 static void enum_compartments(ITfCompartmentMgr *cmpmgr, REFGUID present, REFGUID absent) in enum_compartments() function 2262 enum_compartments(cmpmgr,&GUID_COMPARTMENT_SPEECH_OPENCLOSE,NULL); in test_Compartments() 2270 enum_compartments(cmpmgr,&CLSID_FakeService,&GUID_COMPARTMENT_SPEECH_OPENCLOSE); in test_Compartments() 2272 enum_compartments(cmpmgr,NULL,&CLSID_FakeService); in test_Compartments() 2282 … enum_compartments(cmpmgr,&GUID_COMPARTMENT_PERSISTMENUENABLED,&GUID_COMPARTMENT_SPEECH_OPENCLOSE); in test_Compartments() 2288 enum_compartments(cmpmgr,NULL,&GUID_COMPARTMENT_PERSISTMENUENABLED); in test_Compartments()
|