MPR_CREDENTIALSEX_0

The MPR_CREDENTIALSEX_0 structure contains extended credentials information such as the information used by Extensible Authentication Protocols (EAPs).

typedef struct _MPR_CREDENTIALSEX_0 {
  DWORD    dwSize;                // size of info
  LPBYTE   lpbCredentialsInfo;    // extended credentials info 
} MPR_CREDENTIALSEX_0, *PMPR_CREDENTIALSEX_0;

Members

dwSize
Specifies the size of the data pointed to by the lpbCredentialsInfo member.
lpbCredentialsInfo
Pointer to the extended credentials information.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Mprapi.h.

See Also

MprAdminInterfaceGetCredentialsEx, MprAdminInterfaceSetCredentialsEx