Searched refs:get_ConstructString (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomsvcs.h3840 virtual HRESULT WINAPI get_ConstructString(BSTR *pVal) = 0;
3852 HRESULT (WINAPI *get_ConstructString)(IObjectConstructString *This,BSTR *pVal); member in struct:IObjectConstructStringVtbl
3866 #define IObjectConstructString_get_ConstructString(This,pVal) (This)->lpVtbl->get_ConstructString(This,pVal)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomsvcs.h3840 virtual HRESULT WINAPI get_ConstructString(BSTR *pVal) = 0;
3852 HRESULT (WINAPI *get_ConstructString)(IObjectConstructString *This,BSTR *pVal); member in struct:IObjectConstructStringVtbl
3866 #define IObjectConstructString_get_ConstructString(This,pVal) (This)->lpVtbl->get_ConstructString(This,pVal)

Completed in 205 milliseconds