xtd 0.2.0
invalid_handle.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "intptr.hpp"
6#include "core_export.hpp"
7
9namespace xtd {
21}
Contains core_export_ keyword.
#define core_export_
Define shared library export.
Definition core_export.hpp:13
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
const intptr invalid_handle
Represents an invalid native operating system handle. This field is read-only.
Contains xtd::intptr type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10