#include <dwc.h>
typedef struct DWCSvlResult {
BOOL status;
char svlhost[DWC_SVL_HOST_LENGTH+1];
char svltoken[DWC_SVL_TOKEN_LENGTH+1];
} DWCSvlResult;| status | Status. Note: This value is provided for future expansions. At present, it always stores TRUE. Ignore this value. |
| svlhost | Host name. Note: This value is provided for future expansions. Ignore this value. |
| svltoken | Token string. |
status and svlhost.CONFIDENTIAL