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 http-equiv="Content-Style-Type" content="text/css"> 7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 8<title>DWC_InitLanMatch</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13<a name="dwc__lanmatch_8h_123d200735ddcf9fbafcc22659fde2cbe"></a> 14<h1 align="left">DWC_InitLanMatch</h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <dwc.h></CODE><BR> 20 <BR> 21 <PRE><CODE>void <a href=DWC_InitLanMatch.html#dwc__lanmatch_8h_123d200735ddcf9fbafcc22659fde2cbe>DWC_InitLanMatch</a>(DWCLanMatchControl *cnt);</CODE></PRE></dd> 22</dl> 23 24<h2>Arguments</h2> 25 26<TABLE border="1" width="100%"> 27 <TBODY> 28 29 <TR> 30<TD width="13%"><EM><STRONG>cnt</STRONG></EM></TD> 31<TD width="87%">Retained for compatibility with past versions. Specify NULL.</TD> 32 </TR> 33 34 </TBODY> 35</TABLE> 36 37<h2>Return Values</h2> 38 39<p>None.</p> 40 41<H2>Description</H2> 42<p>Have the application prepare a buffer of the size needed to store a <CODE>DWCLanMatchControl</CODE> structure. Before calling this function, set the memory function to be used by the library using <a href=DWC_Init.html><CODE>DWC_Init</CODE></a>.</p><p>The LAN match feature is provided for experimental purposes and must not be part of the specification for the retail product.</p> 43 44<H2>Revision History</H2> 45<DL> 46 47<DT><para>1.4.10</DT> 48<DD>Added text noting that this cannot be used with the retail product.</DD> 49 50<DT><para>1.3.0</DT> 51<DD>Deleted the first argument.</DD> 52 53<DT><para>0.2.0</DT> 54<DD>Deleted the mistake regarding <CODE>DWC_SetMemFunc</CODE>, and replaced it with <CODE>DWC_Init</CODE>.</DD> 55 56</DL> 57<hr><p>CONFIDENTIAL</p></body> 58</html> 59