[DllImport("uxtheme", ExactSpelling=true, CharSet=CharSet.Unicode)]
public extern static Int32 GetThemeSysFont(IntPtr hTheme, int iFontId, out LOGFONT plf);
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
None.
Please add some!
Please add some!
TODO