.
public extern static Int32 GetThemeSysInt(IntPtr hTheme, int iIntId, out int piVal);
.
Declare Function GetThemeSysInt Lib "uxtheme.dll" (TODO) As TODO
.
Public Shared Function GetThemeSysInt(hTheme As IntPtr, iIntId As Integer, ByRef piVal As Integer) As Int32
.