Share via


HANDLENullTraits Structure

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at HANDLENullTraits Structure.

Defines common characteristics of an uninitialized handle.

Syntax

struct HANDLENullTraits;  

Members

Public Typedefs

Name Description
Type A synonym for HANDLE.

Public Methods

Name Description
HANDLENullTraits::Close Method Closes the specified handle.
HANDLENullTraits::GetInvalidValue Method Represents an invalid handle.

Inheritance Hierarchy

HANDLENullTraits

Requirements

Header: corewrappers.h

Namespace: Microsoft::WRL::Wrappers::HandleTraits

See Also

Microsoft::WRL::Wrappers::HandleTraits Namespace