xtd 0.2.0
Loading...
Searching...
No Matches
iwin32_window.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/interface>
6#include <xtd/intptr>
7
9namespace xtd {
11 namespace forms {
22 public:
24
29 virtual intptr handle() const = 0;
31 };
32 }
33}
Provides an interface to expose Win32 HWND handles.
Definition iwin32_window.h:21
virtual intptr handle() const =0
Gets the handle to the window represented by the implementer.
#define interface_
This keyword is use to represent an interface.
Definition interface.h:58
intmax_t intptr
Represent a pointer or a handle.
Definition types.h:153
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10