LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
RegTraits Struct Reference

#include <WindowsSupport.h>

Inheritance diagram for RegTraits:
[legend]
Collaboration diagram for RegTraits:
[legend]

Public Types

typedef HKEY handle_type
 
- Public Types inherited from CommonHandleTraits
typedef HANDLE handle_type
 

Static Public Member Functions

static handle_type GetInvalid ()
 
static void Close (handle_type h)
 
static bool IsValid (handle_type h)
 
- Static Public Member Functions inherited from CommonHandleTraits
static handle_type GetInvalid ()
 
static void Close (handle_type h)
 
static bool IsValid (handle_type h)
 

Detailed Description

Definition at line 171 of file WindowsSupport.h.

Member Typedef Documentation

typedef HKEY RegTraits::handle_type

Definition at line 172 of file WindowsSupport.h.

Member Function Documentation

static void RegTraits::Close ( handle_type  h)
inlinestatic

Definition at line 178 of file WindowsSupport.h.

static handle_type RegTraits::GetInvalid ( )
inlinestatic

Definition at line 174 of file WindowsSupport.h.

Referenced by IsValid().

static bool RegTraits::IsValid ( handle_type  h)
inlinestatic

Definition at line 182 of file WindowsSupport.h.

References GetInvalid().


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