LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
CommonHandleTraits Struct Reference

#include <Windows.h>

Inheritance diagram for CommonHandleTraits:
Inheritance graph
[legend]

Public Types

typedef HANDLE handle_type
 

Static Public Member Functions

static handle_type GetInvalid ()
 
static void Close (handle_type h)
 
static bool IsValid (handle_type h)
 

Detailed Description

Definition at line 96 of file Windows.h.

Member Typedef Documentation

Definition at line 97 of file Windows.h.

Member Function Documentation

static void CommonHandleTraits::Close ( handle_type  h)
inlinestatic

Definition at line 103 of file Windows.h.

static handle_type CommonHandleTraits::GetInvalid ( )
inlinestatic

Definition at line 99 of file Windows.h.

Referenced by IsValid().

static bool CommonHandleTraits::IsValid ( handle_type  h)
inlinestatic

Definition at line 107 of file Windows.h.

References GetInvalid().


The documentation for this struct was generated from the following file: