1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>DWCSvlResult</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left"> 15<a name=""></a> DWCSvlResult 16</h1> 17<h2>Definition</h2> 18 19<dl> 20 <dd> 21<PRE><code> 22#include <dwc.h> 23 24typedef struct DWCSvlResult { 25 BOOL status; 26 char svlhost[DWC_SVL_HOST_LENGTH+1]; 27 char svltoken[DWC_SVL_TOKEN_LENGTH+1]; 28} DWCSvlResult;</code></PRE></dd> 29</dl> 30<H2>Description</H2> 31<p></p><TABLE border="1" width="100%"> 32 <TBODY> 33 34 <TR> 35<TD width="13%"><EM><STRONG>status</STRONG></EM></TD> 36<TD width="87%">Status.<br><STRONG>Note:</STRONG> This value is provided for future expansions. At present, it always stores TRUE. Ignore this value.</TD> 37 </TR> 38 39 <TR> 40<TD width="13%"><EM><STRONG>svlhost</STRONG></EM></TD> 41<TD width="87%">Host name.<br><STRONG>Note:</STRONG> This value is provided for future expansions. Ignore this value.</TD> 42 </TR> 43 44 <TR> 45<TD width="13%"><EM><STRONG>svltoken</STRONG></EM></TD> 46<TD width="87%">Token string.</TD> 47 </TR> 48 49 </TBODY> 50</TABLE> 51 52<H2>Revision History</H2> 53<DL> 54 55<DT><para>2.0.0</DT> 56<DD>Added Notes about the current operation of <CODE>status</CODE> and <CODE>svlhost</CODE>.</DD> 57 58</DL> 59<hr><p>CONFIDENTIAL</p></body> 60</html> 61