1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>WFS_GetServerSyncBitmap</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>WFS_GetServerSyncBitmap <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1> 12<h2>Syntax</h2> 13 14<dl> 15 <dd> 16<code>#include <nitro/wfs.h></code><br /> 17 <br /> 18 <code>int WFS_GetServerSyncBitmap(const WFSServerContext *context);</code><br /> 19 <br /> 20 </dd> 21</dl> 22<h2>Arguments</h2> 23<table border="1" width="100%"> 24 <tbody> 25 <tr> 26 <td style="width:13%"><em><strong>context</strong></em></td> 27 <td style="width:87%">Pointer to the <CODE>WFSServerContext</CODE> structure.</td> 28 </tr> 29 </tbody> 30</table> 31<h2>Return Values</h2> 32<p>Returns a bitmap indicating the status of children (clients) that for which request-response synchronization has been set.</p> 33 34<h2>Description</h2> 35<p>Gets the status of children (clients) for which request-response synchronization was set with <a href="WFS_SetServerSync.html"><code>WFS_SetServerSync</code></a>, as a bitmap.</p> 36 37<h2>See Also</h2> 38<p><code><a href="WFS_GetServerConnectedBitmap.html">WFS_GetServerConnectedBitmap</a>, <a href="WFS_GetServerBusyBitmap.html">WFS_GetServerBusyBitmap</a> <br /></code></p> 39 40<h2>Revision History</h2> 41<p> 422007/06/06 Initial version. 43</p> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46