[StructLayout(LayoutKind.Sequential)]
public struct DTBGOPTS
{
public static readonly int SizeOf = Marshal.SizeOf(typeof(DTBGOPTS));
public int dwSize;
public DrawThemeBackgroundFlags dwFlags;
public RECT rcClip;
}
<StructLayout(LayoutKind.Sequential)> _
Public Structure DTBGOPTS
Public Shared ReadOnly SizeOf As Integer = Marshal.SizeOf(GetType(DTBGOPTS))
Public dwSize As Integer
Public dwFlags As DrawThemeBackgroundFlags
Public rcClip As RECT
End Structure
RECT, DrawThemeBackgroundFlags
None.
Please add some!
Please add some!
TODO