PageRenderTime 1502ms queryTime 58ms sortTime 2ms getByIdsTime 1411ms findMatchingLines 3ms

2+ results for 'sqlservererror' (1502 ms)

Not the results you expected?
sqloledb.h https://gitlab.com/ubuntu-trusty/mingw-w64 | C Header | 444 lines
                    
284
                    
285#ifndef __ISQLServerErrorInfo_FWD_DEFINED__
                    
286#define __ISQLServerErrorInfo_FWD_DEFINED__
                    
286#define __ISQLServerErrorInfo_FWD_DEFINED__
                    
287  typedef struct ISQLServerErrorInfo ISQLServerErrorInfo;
                    
288#endif
                    
330    BEGIN_INTERFACE
                    
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);
                    
335    END_INTERFACE
                    
346#endif
                    
347  HRESULT WINAPI ISQLServerErrorInfo_GetErrorInfo_Proxy(ISQLServerErrorInfo *This,SSERRORINFO **ppErrorInfo,OLECHAR **ppStringsBuffer);
                    
348  void __RPC_STUB ISQLServerErrorInfo_GetErrorInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
                    
                
sqlncli.h https://gitlab.com/TomBruyneelTrisco/krumbappservice | C Header | 1669 lines
                    
62
                    
63#ifndef __ISQLServerErrorInfo_FWD_DEFINED__
                    
64#define __ISQLServerErrorInfo_FWD_DEFINED__
                    
64#define __ISQLServerErrorInfo_FWD_DEFINED__
                    
65typedef interface ISQLServerErrorInfo ISQLServerErrorInfo;
                    
66#endif 	/* __ISQLServerErrorInfo_FWD_DEFINED__ */
                    
                
 

Source

Language