IDCRL_OPTION
Specifies custom HTTP proxy or time-out information.
typedef struct
{
IDCRL_OPTION_ID dwId;
BYTE * pValue;
size_t cbValue;
} IDCRL_OPTION, * LPIDCRL_OPTION;
Fields
dwId
A member of the IDCRL_OPTION_ID enumeration.
pValue
The value of the custom field, passed as a pointer because the data type varies based on the member of the IDCRL_OPTION_ID enumeration.
cbValue
The length of the data.