Home | History | Annotate | Download | only in include

Lines Matching refs:get_Charset

1769     virtual HRESULT WINAPI get_Charset(BSTR *pbstrCharset) = 0;
1806 HRESULT (WINAPI *get_Charset)(_ADOStream *This,BSTR *pbstrCharset);
1845 #define _Stream_get_Charset(This,pbstrCharset) (This)->lpVtbl -> get_Charset(This,pbstrCharset)