blob: e7301415cb2729a21e8a94ae55d5aab2d3e93897 [file] [log] [blame] [edit]
// Copyright © 2015, skdltmxn
// Licensed under the MIT License <LICENSE.md>
//! Cryptographic API Prototypes and Definitions
//191
pub type NCRYPT_HANDLE = ::ULONG_PTR;
pub type NCRYPT_PROV_HANDLE = ::ULONG_PTR;
pub type NCRYPT_KEY_HANDLE = ::ULONG_PTR;
pub type NCRYPT_HASH_HANDLE = ::ULONG_PTR;
pub type NCRYPT_SECRET_HANDLE = ::ULONG_PTR;