Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.1 KB

File metadata and controls

33 lines (24 loc) · 1.1 KB
description title dev_langs ms.date ms.topic keywords ms.workload
Represents a Windows file handle object.
winrt::file_handle struct (C++/WinRT)
C++
05/14/2018
reference
windows 10, uwp, standard, c++, cpp, winrt, projection, api, reference, Windows, file, handle
cplusplus

winrt::file_handle struct (C++/WinRT)

Represents a Windows file handle object. winrt::file_handle is a type alias for winrt::handle_type<winrt::file_handle_traits>, so see the winrt::handle_type struct template topic to learn about the functions and operators that are available to winrt::file_handle.

Syntax

struct file_handle_traits {};

using file_handle = handle_type<file_handle_traits>;

Requirements

Minimum supported SDK: Windows SDK version 10.0.17134.0 (Windows 10, version 1803)

Namespace: winrt

Header: %WindowsSdkDir%Include<WindowsTargetPlatformVersion>\cppwinrt\winrt\base.h (included by default)

See also