LLVM API Documentation

Public Types | Static Public Member Functions
CryptContextTraits Struct Reference

#include <WindowsSupport.h>

Inheritance diagram for CryptContextTraits:
Inheritance graph
[legend]
Collaboration diagram for CryptContextTraits:
Collaboration graph
[legend]

List of all members.

Public Types

typedef HCRYPTPROV 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 122 of file WindowsSupport.h.


Member Typedef Documentation

typedef HCRYPTPROV CryptContextTraits::handle_type

Reimplemented from CommonHandleTraits.

Definition at line 123 of file WindowsSupport.h.


Member Function Documentation

static void CryptContextTraits::Close ( handle_type  h) [inline, static]

Reimplemented from CommonHandleTraits.

Definition at line 129 of file WindowsSupport.h.

static handle_type CryptContextTraits::GetInvalid ( ) [inline, static]

Reimplemented from CommonHandleTraits.

Definition at line 125 of file WindowsSupport.h.

Referenced by IsValid().

static bool CryptContextTraits::IsValid ( handle_type  h) [inline, static]

Reimplemented from CommonHandleTraits.

Definition at line 133 of file WindowsSupport.h.

References GetInvalid().


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