.
public extern static Int32 GetThemeSysFont(IntPtr hTheme, int iFontId, out LOGFONT plf);
.
Declare Function GetThemeSysFont Lib "uxtheme.dll" (TODO) As TODO
.
Public Shared Function GetThemeSysFont(hTheme As IntPtr, iFontId As Integer, ByRef plf As LOGFONT) As Int32
.