INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The LOWORD retrieves the low-order word
-- from the given 32-bit value
-- The HIWORD retrieves the high-order word
-- from the given 32-bit value
-- The LOBYTE retrieves the low-order byte
-- from the given 16-bit value
-- The HIBYTE retrieves the high-order byte
-- from the given 16-bit value
-- The MAKEWORD creates an unsigned 16-bit integer by concatenating
-- two given unsigned character values.
-- The MAKELONG creates an unsigned 32-bit value by concatenating
-- two given 16-bit values.
-- The MAKELPARAM creates an unsigned 32-bit value for use as an
-- lParam parameter in a message. This function concatenates two given
-- 16-bit values.
-- The RGB selects a red, green, blue (RGB) color
-- based on the arguments supplied and the color capabilities
-- of the output device
-- The `GetRValue' macro retrieves an intensity value for the red component
-- of a 32-bit red, green, blue (RGB) value.
-- The `GetGValue' macro retrieves an intensity value for the green
-- component of a 32-bit red, green, blue (RGB) value.
-- The `GetBValue' macro retrieves an intensity value for the blue
-- component of a 32-bit red, green, blue (RGB) value.
-- The MAKEINTRESOURCE converts an integer value to a resource type
-- compatible with Win32 resource-management functions. This function
-- is used in place of a string containing the name of the resource.
-- The INT_TO_PTR converts the given INTEGER type to the POINTER type
-- The PTR_TO_INT converts the given POINTER type to the INTEGER type
-- The The GET_X_LPARAM retrieves the signed x-coordinate
-- from the low word of the given 32-bit value
-- The The GET_Y_LPARAM retrieves the signed y-coordinate
-- from the hi word of the given 32-bit value
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |