xtd 0.2.0
Loading...
Searching...
No Matches
window_definitions.h File Reference

Definition

Contains few windows definitions types and methods.

Go to the source code of this file.

Classes

struct  HWND__
 
struct  NMHDR
 
struct  POINT
 
struct  HELPINFO
 

Typedefs

typedef struct HWND__HWND
 

Functions

template<typename type1_t , typename type2_t >
xtd::uint16 MAKEWORD (type1_t a, type2_t b)
 
template<typename type1_t , typename type2_t >
xtd::uint32 MAKELONG (type1_t a, type2_t b)
 
template<typename type_t >
xtd::uint16 LOWORD (type_t value)
 
template<typename type_t >
xtd::uint16 HIWORD (type_t value)
 
template<typename type_t >
xtd::uint16 LOBYTE (type_t value)
 
template<typename type_t >
xtd::byte HIBYTE (type_t value)