BCrypt NTSTATUS 代码 return 值在哪里定义?
Where are the BCrypt NTSTATUS code return values defined?
Windows CNG Cryptographic Primitive Functions have return values of type NTSTATUS
. Several possible (symbolic) return values are mentioned, for example STATUS_AUTH_TAG_MISMATCH
for the BCryptDecrypt function.
这些符号未在 bcrypt.h
中定义,也未在文档中提及的任何其他头文件中定义。我不能在我的代码中使用它们,因为它们无法解析。他们位于哪里?
它们定义于:
ntstatus.h
Windows CNG Cryptographic Primitive Functions have return values of type NTSTATUS
. Several possible (symbolic) return values are mentioned, for example STATUS_AUTH_TAG_MISMATCH
for the BCryptDecrypt function.
这些符号未在 bcrypt.h
中定义,也未在文档中提及的任何其他头文件中定义。我不能在我的代码中使用它们,因为它们无法解析。他们位于哪里?
它们定义于:
ntstatus.h