Home
last modified time | relevance | path

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

/aoo4110/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx166 IUnknown *pUnkTemp = 0; in QueryInterface() local
168 pUnkTemp = (IUnknown *)(IFilter *)this; in QueryInterface()
170 pUnkTemp = (IUnknown *)(IPersistFile *)this; in QueryInterface()
174 pUnkTemp = (IUnknown *)(IPersistStream *)this; in QueryInterface()
182 *ppvObject = (void *)pUnkTemp; in QueryInterface()
183 pUnkTemp->AddRef(); in QueryInterface()
878 IUnknown *pUnkTemp; in QueryInterface() local
881 pUnkTemp = (IUnknown *)(IClassFactory *)this; in QueryInterface()
883 pUnkTemp = (IUnknown *)this; in QueryInterface()
889 *ppvObject = (void *)pUnkTemp; in QueryInterface()
[all …]

Completed in 23 milliseconds