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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Doledb.h3023 virtual HRESULT WINAPI GetDBSession(REFIID riid,IUnknown **ppSession) = 0;
3033 HRESULT (WINAPI *GetDBSession)(ICommand *This,REFIID riid,IUnknown **ppSession); member in struct:ICommandVtbl
3045 #define ICommand_GetDBSession(This,riid,ppSession) (This)->lpVtbl->GetDBSession(This,riid,ppSession)
3224 HRESULT (WINAPI *GetDBSession)(ICommandText *This,REFIID riid,IUnknown **ppSession); member in struct:ICommandTextVtbl
3238 #define ICommandText_GetDBSession(This,riid,ppSession) (This)->lpVtbl->GetDBSession(This,riid,ppSession)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Doledb.h3023 virtual HRESULT WINAPI GetDBSession(REFIID riid,IUnknown **ppSession) = 0;
3033 HRESULT (WINAPI *GetDBSession)(ICommand *This,REFIID riid,IUnknown **ppSession); member in struct:ICommandVtbl
3045 #define ICommand_GetDBSession(This,riid,ppSession) (This)->lpVtbl->GetDBSession(This,riid,ppSession)
3224 HRESULT (WINAPI *GetDBSession)(ICommandText *This,REFIID riid,IUnknown **ppSession); member in struct:ICommandTextVtbl
3238 #define ICommandText_GetDBSession(This,riid,ppSession) (This)->lpVtbl->GetDBSession(This,riid,ppSession)

Completed in 88 milliseconds