Home | History | Annotate | Download | only in include

Lines Matching refs:get_Charset

720     virtual HRESULT WINAPI get_Charset(BSTR *pCharset) = 0;
753 HRESULT (WINAPI *get_Charset)(IBodyPart *This,BSTR *pCharset);
788 #define IBodyPart_get_Charset(This,pCharset) (This)->lpVtbl->get_Charset(This,pCharset)