Simple
Types
Various
simple data types define the size and meaning of parameters, return values, and
members associated with the functions, messages, and structures of Microsoft
Windows. The following table contains character, integer, and Boolean types;
pointer types; and handles. The character, integer, and Boolean types are
common to most C compilers. Many of the pointer-type names begin with a prefix
of P or LP. A Windows-based application uses a handle to refer to
a resource that has been loaded into memory. Windows provides access to these
resources through internally maintained tables that contain individual entries
for each handle. Each entry in the handle table contains the address of the
resource and a means of identifying the resource type.