LLVM API Documentation
#include <Windows.h>

Public Types | |
| typedef HANDLE | handle_type |
Static Public Member Functions | |
| static handle_type | GetInvalid () |
| static void | Close (handle_type h) |
| static bool | IsValid (handle_type h) |
| typedef HANDLE CommonHandleTraits::handle_type |
Reimplemented in CryptContextTraits.
| static void CommonHandleTraits::Close | ( | handle_type | h | ) | [inline, static] |
Reimplemented in FindHandleTraits, and CryptContextTraits.
| static handle_type CommonHandleTraits::GetInvalid | ( | ) | [inline, static] |
Reimplemented in CryptContextTraits, and JobHandleTraits.
Definition at line 91 of file Windows.h.
Referenced by IsValid().
| static bool CommonHandleTraits::IsValid | ( | handle_type | h | ) | [inline, static] |
Reimplemented in CryptContextTraits.
Definition at line 99 of file Windows.h.
References GetInvalid().