LLVM: llvm::CryptContextTraits Struct Reference (original) (raw)

#include "[llvm/Support/Windows/WindowsSupport.h](WindowsSupport%5F8h%5Fsource.html)"

Inheritance diagram for llvm::CryptContextTraits:

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 llvm::CommonHandleTraits
static handle_type GetInvalid ()
static void Close (handle_type h)
static bool IsValid (handle_type h)

Detailed Description

Definition at line 142 of file WindowsSupport.h.

Member Typedef Documentation

handle_type

typedef HCRYPTPROV llvm::CryptContextTraits::handle_type

Member Function Documentation

Close()

void llvm::CryptContextTraits::Close ( handle_type h) inlinestatic

GetInvalid()

handle_type llvm::CryptContextTraits::GetInvalid ( ) inlinestatic

IsValid()

bool llvm::CryptContextTraits::IsValid ( handle_type h) inlinestatic

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