EAP_UI_DATA_FORMAT (Compact 2013)
3/26/2014
This union specifies the value of the attribute stored in the pbUiData member of the EAP_INTERACTIVE_UI_DATA_TYPE structure. The structure of the EAP_UI_DATA_FORMAT union depends on the value of dwDataType as specified in EAP_INTERACTIVE_UI_DATA_TYPE.
Syntax
typedef union {
EAP_CRED_REQ* credData;
EAP_CRED_EXPIRY_REQ* credExpiryData;
} EAP_UI_DATA_FORMAT;
Members
credData
case(EapCredReq)If dwDataType specifies a credential request type (EapCredReq), the data pointed to by this parameter is defined by the EAP_CRED_REQ structure.
case(EapCredResp).
If dwDataType specifies a credential response type (EapCredResp), the data pointed to by this parameter is defined by the EAP_CRED_RESP structure.
credExpiryData
case(eapCredExpiryReq)If dwDataType specifies a credential expiry request (eapCredExpiryReq), the data pointed to by this parameter is defined by EAP_CRED_EXPIRY_REQ structure.
case(eapCredExpiryResp)
If dwDataType specifies a credential expiry response type (eapCredExpiryResp), this parameter is defined by EAP_CRED_EXPIRY_RESP structure.
See Also
Reference
EAPHost Supplicant Structures
EAP_INTERACTIVE_UI_DATA_TYPE
EAP_INTERACTIVE_UI_DATA
EAP_CRED_REQ
EAP_CRED_RESP
EAP_CRED_EXPIRY_REQ
EAP_CRED_EXPIRY_RESP