Home
last modified time | relevance | path

Searched refs:pcharset (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/olepro32/
H A Dolepro.idl143 [propget] HRESULT Charset([out, retval] short *pcharset);
144 [propput] HRESULT Charset([in] short pcharset);
/reactos/sdk/include/psdk/
H A Dstdole2.idl257 [propget] HRESULT Charset([out, retval] short *pcharset);
258 [propput] HRESULT Charset([in] short pcharset);
H A Docidl.idl94 [propget] HRESULT Charset( [out] SHORT *pcharset );
/reactos/dll/win32/oleaut32/
H A Dolefont.c934 short* pcharset) in OLEFontImpl_get_Charset() argument
937 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()