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>WM_SIZE_MP_CHILD_RECEIVE_BUFFER</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">WM_SIZE_MP_CHILD_RECEIVE_BUFFER <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></H1>
15<h2>Syntax</h2>
16<dl>
17  <dd><PRE><CODE>#include &lt;nitro/wm.h&gt;
18
19WM_SIZE_MP_CHILD_RECEIVE_BUFFER( parentMaxSize, ksFlag );
20</CODE></PRE></dd>
21</dl>
22
23<h2>Arguments</h2>
24<table border="1" width="100%">
25  <tbody>
26    <TR>
27      <TD width="200"><EM><STRONG><FONT face="Courier New">parentMaxSize</FONT></STRONG></EM></TD>
28      <TD width="800">Specifies the maximum value of the parent send capacity.</TD>
29    </TR>
30    <TR>
31      <TD width="200"><EM><STRONG><FONT face="Courier New">ksFlag</FONT></STRONG></EM></TD>
32      <TD width="800"><DEL>A Boolean value that indicates whether to use key sharing.</DEL>Not currently used. Specify FALSE.</TD>
33    </TR>
34  </tbody>
35</table>
36<h2>Return Values</h2>
37<p>Returns the size needed for the receive buffer that is passed as an argument to the <A href="WM_StartMP.html"><code>WM_StartMP</code></A> function.</p>
38
39<H2>Description</H2>
40<P>This is a function macro that looks for the size as a constant value in the receive buffer that the SDK uses internally for MP communications.</P>
41
42<h2>See Also</h2>
43<P><A href="WM_StartMP.html"><code>WM_StartMP</code></A>, <A href="WM_GetMPReceiveBufferSize.html"><code>WM_GetMPReceiveBufferSize</code></A>, <A href="WM_SIZE_MP_PARENT_RECEIVE_BUFFER.html"><code>WM_SIZE_MP_PARENT_RECEIVE_BUFFER</code></A>, <A href="WM_SIZE_MP_PARENT_SEND_BUFFER.html"><code>WM_SIZE_MP_PARENT_SEND_BUFFER</code></A>, <A href="WM_SIZE_MP_CHILD_SEND_BUFFER.html"><code>WM_SIZE_MP_CHILD_SEND_BUFFER</code></A></P>
44
45<H2>Revision History</H2>
46<P>
472005/12/08 Deleted a description related to key sharing.<BR>2004/09/09 Added the <EM><STRONG><code>ksFlag</code></STRONG></EM> argument.<BR>2004/08/18 Initial version.
48</P>
49<hr><p>CONFIDENTIAL</p></body>
50</html>
51