[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DwmGetWindowAttribute

DwmGetWindowAttribute Method

DwmGetWindowAttribute(IntPtr, int, ref RECT, int)

Declaration
public static extern int DwmGetWindowAttribute(IntPtr hwnd, int dwAttribute, ref Win32.RECT pvAttribute, int cbAttribute)
Public Shared Function DwmGetWindowAttribute(hwnd As IntPtr, dwAttribute As Integer, ByRef pvAttribute As Win32.RECT, cbAttribute As Integer) As Integer
Parameters
Type Name Description
IntPtr hwnd
int dwAttribute
Win32.RECT pvAttribute
int cbAttribute
Returns
Type Description
int