[1/2] include: Add BCRYPT_KEY_LENGTHS_STRUCT declaration.

Hans Leidekker hans at codeweavers.com
Thu Aug 17 06:36:38 CDT 2017


Signed-off-by: Hans Leidekker <hans at codeweavers.com>
---
 include/bcrypt.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/include/bcrypt.h b/include/bcrypt.h
index 9e193da..c71b1e8 100644
--- a/include/bcrypt.h
+++ b/include/bcrypt.h
@@ -82,6 +82,13 @@ typedef struct _BCRYPT_ALGORITHM_IDENTIFIER
     ULONG  dwFlags;
 } BCRYPT_ALGORITHM_IDENTIFIER;
 
+typedef struct __BCRYPT_KEY_LENGTHS_STRUCT
+{
+    ULONG dwMinLength;
+    ULONG dwMaxLength;
+    ULONG dwIncrement;
+} BCRYPT_KEY_LENGTHS_STRUCT;
+
 typedef PVOID BCRYPT_ALG_HANDLE;
 typedef PVOID BCRYPT_KEY_HANDLE;
 typedef PVOID BCRYPT_HANDLE;
-- 
2.1.4




More information about the wine-patches mailing list