Home | History | Annotate | Download | only in include

Lines Matching refs:hFont

1255     virtual HRESULT WINAPI get_hFont(HFONT *phFont) = 0;
1260 virtual HRESULT WINAPI AddRefHfont(HFONT hFont) = 0;
1261 virtual HRESULT WINAPI ReleaseHfont(HFONT hFont) = 0;
1286 HRESULT (WINAPI *get_hFont)(IFont *This,HFONT *phFont);
1291 HRESULT (WINAPI *AddRefHfont)(IFont *This,HFONT hFont);
1292 HRESULT (WINAPI *ReleaseHfont)(IFont *This,HFONT hFont);
1324 #define IFont_AddRefHfont(This,hFont) (This)->lpVtbl->AddRefHfont(This,hFont)
1325 #define IFont_ReleaseHfont(This,hFont) (This)->lpVtbl->ReleaseHfont(This,hFont)
1361 HRESULT WINAPI IFont_get_hFont_Proxy(IFont *This,HFONT *phFont);
1371 HRESULT WINAPI IFont_AddRefHfont_Proxy(IFont *This,HFONT hFont);
1373 HRESULT WINAPI IFont_ReleaseHfont_Proxy(IFont *This,HFONT hFont);
2723 ULONG __RPC_API HFONT_UserSize(ULONG *,ULONG,HFONT *);
2724 unsigned char *__RPC_API HFONT_UserMarshal(ULONG *,unsigned char *,HFONT *);
2725 unsigned char *__RPC_API HFONT_UserUnmarshal(ULONG *,unsigned char *,HFONT *);
2726 void __RPC_API HFONT_UserFree(ULONG *,HFONT *);