xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
iwin32_window.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <xtd/interface>
6
#include <xtd/intptr>
7
9
namespace
xtd
{
11
namespace
forms
{
23
class
iwin32_window
interface_
{
24
public
:
26
31
virtual
intptr
handle
()
const
= 0;
33
};
34
}
35
}
xtd::forms::iwin32_window
Provides an interface to expose Win32 HWND handles.
Definition
iwin32_window.hpp:23
xtd::forms::iwin32_window::handle
virtual intptr handle() const =0
Gets the handle to the window represented by the implementer.
interface_
#define interface_
This keyword is use to represent an interface.
Definition
interface.hpp:58
xtd::intptr
std::intmax_t intptr
Represent a pointer or a handle.
Definition
intptr.hpp:23
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.