1 // Copyright © 2015, skdltmxn
2 // Licensed under the MIT License <LICENSE.md>
3 //! Cryptographic API Prototypes and Definitions
4 //191
5 pub type NCRYPT_HANDLE = ::ULONG_PTR;
6 pub type NCRYPT_PROV_HANDLE = ::ULONG_PTR;
7 pub type NCRYPT_KEY_HANDLE = ::ULONG_PTR;
8 pub type NCRYPT_HASH_HANDLE = ::ULONG_PTR;
9 pub type NCRYPT_SECRET_HANDLE = ::ULONG_PTR;
10