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 {
24 public:
26
31 virtual intptr handle() const = 0;
33 };
34 }
35}
Provides an interface to expose Win32 HWND handles.
Definition iwin32_window.h:23
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 intptr.h:23
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