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
CryptContextTraits Struct Reference

#include <Windows.h>

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

Public Types

typedef HCRYPTPROV 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 118 of file Windows.h.

Member Typedef Documentation

typedef HCRYPTPROV CryptContextTraits::handle_type

Definition at line 119 of file Windows.h.

Member Function Documentation

static void CryptContextTraits::Close ( handle_type  h)
inlinestatic

Definition at line 125 of file Windows.h.

static handle_type CryptContextTraits::GetInvalid ( )
inlinestatic

Definition at line 121 of file Windows.h.

Referenced by IsValid().

static bool CryptContextTraits::IsValid ( handle_type  h)
inlinestatic

Definition at line 129 of file Windows.h.

References GetInvalid().


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