cbSize Field (Win32.MONITORINFOEX)
In This Topic
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.
Syntax
'Declaration
Public cbSize As Integer
See Also