EapMethodAuthenticatorFreeMemory function (eapmethodauthenticatorapis.h)

Releases all memory associated with an opaque user interface context data buffer.

EapMethodAuthenticatorFreeMemory is a function prototype.

Syntax

void EapMethodAuthenticatorFreeMemory(
  [in] void *pUIContextData
);

Parameters

[in] pUIContextData

A pointer to a BLOB that contains supplicant user interface context data.

Return value

None

Requirements

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

See also

EAPHost Authenticator Method Functions