LLVM API Documentation
#include <WindowsSupport.h>


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) |
Definition at line 122 of file WindowsSupport.h.
| typedef HCRYPTPROV CryptContextTraits::handle_type |
Reimplemented from CommonHandleTraits.
Definition at line 123 of file WindowsSupport.h.
| 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().