getthemesysfont (uxtheme)
Last changed: -67.168.202.202

.
Summary
TODO - a short description

C# Signature:

[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
public extern static Int32 GetThemeSysFont(IntPtr hTheme, int iFontId, out LOGFONT plf);

VB .NET Signature:

Declare Function GetThemeSysFont Lib "uxtheme.dll" (TODO) As TODO

<DllImport("uxtheme", ExactSpelling := True, CharSet := CharSet.Unicode)> _
Public Shared Function GetThemeSysFont(hTheme As IntPtr, iFontId As Integer, ByRef plf As LOGFONT) As Int32
End Function

User-Defined Types:

LOGFONT

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation