Home
last modified time | relevance | path

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

/qemu/qga/vss-win32/
H A Dprovider.cpp62 STDMETHODIMP QueryInterface(REFIID riid, void **ppObj);
92 STDMETHODIMP CQGAVSSEnumObject::QueryInterface(REFIID riid, void **ppObj) in QueryInterface() argument
95 *ppObj = static_cast<void*>(static_cast<IVssEnumObject*>(this)); in QueryInterface()
99 *ppObj = NULL; in QueryInterface()
148 STDMETHODIMP QueryInterface(REFIID riid, void **ppObj);
210 STDMETHODIMP CQGAVssProvider::QueryInterface(REFIID riid, void **ppObj) in QueryInterface() argument
213 *ppObj = static_cast<void*>(this); in QueryInterface()
218 *ppObj = static_cast<void*>( in QueryInterface()
224 *ppObj = static_cast<void*>( in QueryInterface()
230 *ppObj = static_cast<void*>( in QueryInterface()
[all …]