Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Formatting

...

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.

...