[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, ref RECT pRect);
[DllImport("uxtheme", ExactSpelling=true)]
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, int pRect);
Declare Function DrawThemeParentBackground Lib "uxtheme.dll" (TODO) As TODO
<DllImport("UxTheme.dll", CallingConvention:=CallingConvention.Cdecl)> _
Function DrawThemeParentBackground(ByVal hwnd As IntPtr, ByVal hdc As IntPtr, ByRef prc As RECT) As Integer
End Function
None.
None.
Please add some!
Please add some!
TODO