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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcertview.h415 virtual HRESULT WINAPI OpenConnection(const BSTR strConfig) = 0;
434 HRESULT (WINAPI *OpenConnection)(ICertView *This,const BSTR strConfig); member in struct:ICertViewVtbl
455 #define ICertView_OpenConnection(This,strConfig) (This)->lpVtbl->OpenConnection(This,strConfig)
501 HRESULT (WINAPI *OpenConnection)(ICertView2 *This,const BSTR strConfig); member in struct:ICertView2Vtbl
523 #define ICertView2_OpenConnection(This,strConfig) (This)->lpVtbl->OpenConnection(This,strConfig)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcertview.h415 virtual HRESULT WINAPI OpenConnection(const BSTR strConfig) = 0;
434 HRESULT (WINAPI *OpenConnection)(ICertView *This,const BSTR strConfig); member in struct:ICertViewVtbl
455 #define ICertView_OpenConnection(This,strConfig) (This)->lpVtbl->OpenConnection(This,strConfig)
501 HRESULT (WINAPI *OpenConnection)(ICertView2 *This,const BSTR strConfig); member in struct:ICertView2Vtbl
523 #define ICertView2_OpenConnection(This,strConfig) (This)->lpVtbl->OpenConnection(This,strConfig)

Completed in 27 milliseconds