Searched defs:GetCallContext (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dobjidl.h5490 virtual HRESULT WINAPI GetCallContext(RPCOLEMESSAGE *pMsg,REFIID riid,void **pInterface) = 0;
5510 HRESULT (WINAPI *GetCallContext)(IRpcChannelBuffer3 *This,RPCOLEMESSAGE *pMsg,REFIID riid,void **pInterface); member in struct:IRpcChannelBuffer3Vtbl
5532 #define IRpcChannelBuffer3_GetCallContext(This,pMsg,riid,pInterface) (This)->lpVtbl->GetCallContext(This,pMsg,riid,pInterface)
6580 virtual HRESULT WINAPI GetCallContext(REFIID riid,void **pInterface) = 0;
6590 HRESULT (WINAPI *GetCallContext)(IAsyncManager *This,REFIID riid,void **pInterface); member in struct:IAsyncManagerVtbl
6602 #define IAsyncManager_GetCallContext(This,riid,pInterface) (This)->lpVtbl->GetCallContext(This,riid,pInterface)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dobjidl.h5490 virtual HRESULT WINAPI GetCallContext(RPCOLEMESSAGE *pMsg,REFIID riid,void **pInterface) = 0;
5510 HRESULT (WINAPI *GetCallContext)(IRpcChannelBuffer3 *This,RPCOLEMESSAGE *pMsg,REFIID riid,void **pInterface); member in struct:IRpcChannelBuffer3Vtbl
5532 #define IRpcChannelBuffer3_GetCallContext(This,pMsg,riid,pInterface) (This)->lpVtbl->GetCallContext(This,pMsg,riid,pInterface)
6580 virtual HRESULT WINAPI GetCallContext(REFIID riid,void **pInterface) = 0;
6590 HRESULT (WINAPI *GetCallContext)(IAsyncManager *This,REFIID riid,void **pInterface); member in struct:IAsyncManagerVtbl
6602 #define IAsyncManager_GetCallContext(This,riid,pInterface) (This)->lpVtbl->GetCallContext(This,riid,pInterface)

Completed in 67 milliseconds