Searched refs:ppv (Results 1 – 2 of 2) sorted by relevance
105 SDLMMNotificationClient_QueryInterface(IMMNotificationClient *this, REFIID iid, void **ppv) in SDLMMNotificationClient_QueryInterface() argument109 *ppv = this; in SDLMMNotificationClient_QueryInterface()114 *ppv = NULL; in SDLMMNotificationClient_QueryInterface()
1046 if (!ppv) in UIElementSink_QueryInterface()1049 *ppv = 0; in UIElementSink_QueryInterface()1051 *ppv = (IUnknown *)sink; in UIElementSink_QueryInterface()1053 *ppv = (ITfUIElementSink *)sink; in UIElementSink_QueryInterface()1055 if (*ppv) { in UIElementSink_QueryInterface()1150 STDMETHODIMP IPPASink_QueryInterface(TSFSink *sink, REFIID riid, PVOID *ppv) in IPPASink_QueryInterface() argument1152 if (!ppv) in IPPASink_QueryInterface()1155 *ppv = 0; in IPPASink_QueryInterface()1157 *ppv = (IUnknown *)sink; in IPPASink_QueryInterface()1159 *ppv = (ITfInputProcessorProfileActivationSink *)sink; in IPPASink_QueryInterface()[all …]
Completed in 8 milliseconds