.
The AdjustWindowRectEx API
2/5/2012 11:03:52 PM - -202.74.138.1
.
static extern bool AdjustWindowRectEx(ref Rect lpRect, uint dwStyle,
.
Public Function AdjustWindowRectEx(<MarshalAs(UnmanagedType.Struct)>byref lpRect As RECT, _
.
Public Declare Function AdjustWindowRectEx Lib "user32" _
.
.
The AdjustWindowRectEx API
2/5/2012 11:03:52 PM - -202.74.138.1
.
static extern bool AdjustWindowRectEx(ref RECT lpRect, uint dwStyle,
.
Public Function AdjustWindowRectEx(<MarshalAs(UnmanagedType.Struct)>byref lpRect As RECT, _
.
Public Declare Function AdjustWindowRectEx Lib "user32" _
.