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 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>PRC_GetEntryData</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">PRC_GetEntryData <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 15<H2>Syntax</H2> 16<dl> 17 <dd><PRE><CODE>#include <nitro/prc.h> 18 19void* PRC_GetEntryData(const <A href="PRCPrototypeEntry.html">PRCPrototypeEntry</A>* entry); 20</CODE></PRE></dd> 21</dl> 22 23<h2>Arguments</h2> 24<table border="1" width="100%"> 25 <tbody> 26 <tr> 27 <td width="13%"><em><strong><font face="Courier New">entry</font></strong></em></td> 28 <td width="87%">Pointer to a sample DB entry.</td> 29 </tr> 30 </tbody> 31</table> 32<h2>Return Values</h2> 33<p>Returns the user data that is associated with a sample DB <CODE>entry</CODE> as a <CODE>void*</CODE> type. If <CODE>entry</CODE> is <CODE>NULL</CODE>, it returns <CODE>NULL</CODE>.</p> 34 35<H2>Description</H2> 36<P>Returns user data (<CODE>entry->data</CODE>) that is associated with the sample DB entry.</P> 37 38<h2>See Also</h2> 39<p><CODE><A href="PRC_GetRecognizedEntry.html">PRC_GetRecognizedEntry*</A><br></CODE></p> 40 41<H2>Revision History</H2> 42<P>2004/06/23 Initial version.</P> 43<hr><p>CONFIDENTIAL</p></body> 44</html> 45