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<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8<title>MPDSDataSet</title> 9</head> 10 11<body> 12 13<h1>MPDSDataSet</h1> 14 15<h2>Definition</h2> 16<dl><dd> 17<pre> 18<code>#include <revolution/mpds.h></code> 19 20typedef struct MPDSDataSet 21{ 22 ... 23 24} MPDSDataSet; 25</pre> 26</dd></dl> 27 28<H2>Description</H2> 29<p> 30The <CODE>MPDSDataSet</CODE> structure is used to store a single amount of shared data content that is shared in DataSharing. Do not directly access its internal members. 31</p> 32<p> 33Use the <code><a href="./MPDSStep.html">MPDSStep</a>()</code> and <code><a href="./MPDSStep.html">MPDSTryStep</a>()</code> functions to get shared data. Use the <code><a href="./MPDSGetData.html">MPDSGetData</a>()</code> function to access data at the internal AID level. 34</p> 35<p> 36Because this structure's size is 512 bytes, be aware of the amount remaining on the stack when allocating from the stack as an auto variable. 37</p> 38 39<h2>See Also</h2> 40<p> 41<code><a href="./MPDSStep.html">MPDSStep()</a></code>, <code><a href="./MPDSStep.html">MPDSTryStep()</a></code>, <code><a href="./MPDSGetData.html">MPDSGetData()</a></code> 42</p> 43 44<H2>Revision History</H2> 45<p> 462007/11/28 Initial version. 47</p> 48 49<hr><p>CONFIDENTIAL</p></body> 50</html> 51