[]
        
(Showing Draft Content)

C1.Util.Win.Win32.MONITORINFOEX.cbSize

cbSize Field

The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. Doing so lets the function determine the type of structure you are passing to it.

Namespace: C1.Util.Win
Assembly: C1.Win.8.dll
Syntax
public int cbSize
Returns
Type Description
int The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. Doing so lets the function determine the type of structure you are passing to it.