[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 DrawThemeIcon(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, IntPtr himl, int iImageIndex);
VB .NET Signature:
Declare Function DrawThemeIcon Lib "uxtheme.dll" (TODO) As TODO