LLVM API Documentation

Public Types | Static Public Member Functions
CryptContextTraits Struct Reference

#include <Windows.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 110 of file Windows.h.


Member Typedef Documentation

typedef HCRYPTPROV CryptContextTraits::handle_type

Reimplemented from CommonHandleTraits.

Definition at line 111 of file Windows.h.


Member Function Documentation

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

Reimplemented from CommonHandleTraits.

Definition at line 117 of file Windows.h.

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

Reimplemented from CommonHandleTraits.

Definition at line 113 of file Windows.h.

Referenced by IsValid().

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

Reimplemented from CommonHandleTraits.

Definition at line 121 of file Windows.h.

References GetInvalid().


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