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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dsqloledb.h287 typedef struct ISQLServerErrorInfo ISQLServerErrorInfo; typedef in typeref:struct:ISQLServerErrorInfo
324 struct ISQLServerErrorInfo : public IUnknown { struct in inherits:IUnknown
331 HRESULT (WINAPI *QueryInterface)(ISQLServerErrorInfo *This,REFIID riid,void **ppvObject);
332 ULONG (WINAPI *AddRef)(ISQLServerErrorInfo *This);
333 ULONG (WINAPI *Release)(ISQLServerErrorInfo *This);
334 HRESULT (WINAPI *GetErrorInfo)(ISQLServerErrorInfo *This,SSERRORINFO **ppErrorInfo,OLECHAR **ppStringsBuffer);
337 struct ISQLServerErrorInfo { struct
347 HRESULT WINAPI ISQLServerErrorInfo_GetErrorInfo_Proxy(ISQLServerErrorInfo *This,SSERRORINFO **ppErrorInfo,OLECHAR **ppStringsBuffer);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dsqloledb.h287 typedef struct ISQLServerErrorInfo ISQLServerErrorInfo; typedef in typeref:struct:ISQLServerErrorInfo
324 struct ISQLServerErrorInfo : public IUnknown { struct in inherits:IUnknown
331 HRESULT (WINAPI *QueryInterface)(ISQLServerErrorInfo *This,REFIID riid,void **ppvObject);
332 ULONG (WINAPI *AddRef)(ISQLServerErrorInfo *This);
333 ULONG (WINAPI *Release)(ISQLServerErrorInfo *This);
334 HRESULT (WINAPI *GetErrorInfo)(ISQLServerErrorInfo *This,SSERRORINFO **ppErrorInfo,OLECHAR **ppStringsBuffer);
337 struct ISQLServerErrorInfo { struct
347 HRESULT WINAPI ISQLServerErrorInfo_GetErrorInfo_Proxy(ISQLServerErrorInfo *This,SSERRORINFO **ppErrorInfo,OLECHAR **ppStringsBuffer);

Completed in 64 milliseconds