Home | History | Annotate | Download | only in include

Lines Matching refs:get_Charset

1253     virtual HRESULT WINAPI get_Charset(SHORT *pCharset) = 0;
1284 HRESULT (WINAPI *get_Charset)(IFont *This,SHORT *pCharset);
1317 #define IFont_get_Charset(This,pCharset) (This)->lpVtbl->get_Charset(This,pCharset)