Lines Matching refs:ITfInputProcessorProfiles_iface
55 ITfInputProcessorProfiles ITfInputProcessorProfiles_iface; member
193 return CONTAINING_RECORD(iface, InputProcessorProfiles, ITfInputProcessorProfiles_iface); in impl_from_ITfInputProcessorProfiles()
254 *ppv = &This->ITfInputProcessorProfiles_iface; in InputProcessorProfiles_QueryInterface()
781 …return ITfInputProcessorProfiles_QueryInterface(&This->ITfInputProcessorProfiles_iface, riid, ppv); in InputProcessorProfileMgr_QueryInterface()
787 return ITfInputProcessorProfiles_AddRef(&This->ITfInputProcessorProfiles_iface); in InputProcessorProfileMgr_AddRef()
793 return ITfInputProcessorProfiles_Release(&This->ITfInputProcessorProfiles_iface); in InputProcessorProfileMgr_Release()
898 …return ITfInputProcessorProfiles_QueryInterface(&This->ITfInputProcessorProfiles_iface, iid, ppvOu… in IPPSource_QueryInterface()
904 return ITfInputProcessorProfiles_AddRef(&This->ITfInputProcessorProfiles_iface); in IPPSource_AddRef()
910 return ITfInputProcessorProfiles_Release(&This->ITfInputProcessorProfiles_iface); in IPPSource_Release()
962 This->ITfInputProcessorProfiles_iface.lpVtbl= &InputProcessorProfilesVtbl; in InputProcessorProfiles_Constructor()
970 *ppOut = (IUnknown *)&This->ITfInputProcessorProfiles_iface; in InputProcessorProfiles_Constructor()