xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
iwin32_window.h
Go to the documentation of this file.
1 #pragma once
5 #include <cstdint>
6 #include <xtd/interface.h>
7 
9 namespace xtd {
11  namespace forms {
20  public:
24  virtual intptr_t handle() const = 0;
25  };
26  }
27 }
Provides an interface to expose Win32 HWND handles.
Definition: iwin32_window.h:19
virtual intptr_t 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:55
Contains xtd::interface interface.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17