Searched refs:pcharset (Results 1 – 4 of 4) sorted by relevance
143 [propget] HRESULT Charset([out, retval] short *pcharset);144 [propput] HRESULT Charset([in] short pcharset);
257 [propget] HRESULT Charset([out, retval] short *pcharset);258 [propput] HRESULT Charset([in] short pcharset);
94 [propget] HRESULT Charset( [out] SHORT *pcharset );
934 short* pcharset) in OLEFontImpl_get_Charset() argument937 TRACE("(%p)->(%p)\n", this, pcharset); in OLEFontImpl_get_Charset()939 if (pcharset==0) in OLEFontImpl_get_Charset()944 *pcharset = this->description.sCharset; in OLEFontImpl_get_Charset()