5 #include "../forms_export.h" 31 message& operator =(
const message&) =
default;
40 intptr hwnd()
const noexcept;
49 intptr lparam()
const noexcept;
57 uint32 msg()
const noexcept;
64 intptr result()
const noexcept;
72 intptr wparam()
const noexcept;
80 intptr handle()
const noexcept;
104 template<
typename type_t>
105 type_t
get_lparam() const noexcept {
return reinterpret_cast<type_t
>(lparam_); }
123 inline static int32 id_ = 0;
intmax_t intptr
Represent a pointer or a handle.
Definition: types.h:151
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
std::string to_string(const date_time &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: date_time.h:1063
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
uint_least32_t uint32
Represents a 32-bit unsigned integer.
Definition: types.h:239