BCRYPT_INIT_AUTH_MODE_INFO macro (bcrypt.h)

The BCRYPT_INIT_AUTH_MODE_INFO macro initializes a BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO structure for use in calls to BCryptEncrypt and BCryptDecrypt functions.

Syntax

void BCRYPT_INIT_AUTH_MODE_INFO(
   _AUTH_INFO_STRUCT_
);

Parameters

_AUTH_INFO_STRUCT_

The BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO structure to initialize.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista with SP1 [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header bcrypt.h