コード例 #1
0
 public static extern HRESULT GetThemeSysFont(SafeThemeHandle hTheme, int iFontId, out LOGFONT pFont);
コード例 #2
0
ファイル: UXTHEME_GDI.cs プロジェクト: wushian/Vanara
 public static extern HRESULT GetThemeSysFont(SafeHTHEME hTheme, int iFontId, out LOGFONT pFont);
コード例 #3
0
 public static extern HRESULT GetThemeFont(SafeThemeHandle hTheme, SafeDCHandle hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont);
コード例 #4
0
ファイル: UXTHEME_GDI.cs プロジェクト: wushian/Vanara
 public static extern HRESULT GetThemeFont(SafeHTHEME hTheme, HDC hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont);