...
Note that many structures in the Win32 API are declared with pointer type definitions, but not pointer to const type definitions (LPPOINT
, LPSIZE
, et al). In these cases, it is suggested to create your own type definition from the base structure type.
...