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_GetServerBusyBitmap</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9<body> 10 11<h1>WFS_GetServerBusyBitmap <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_GetServerBusyBitmap(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 the status of children (clients) currently issuing requests as a bitmap.</p> 33 34<h2>Description</h2> 35<p>Gets the status of children (clients) currently issuing requests to the parent (server) as a bitmap. 36</p> 37 38<h2>See Also</h2> 39<p><code><a href="WFS_GetServerConnectedBitmap.html">WFS_GetServerConnectedBitmap</a>, <a href="WFS_GetServerSyncBitmap.html">WFS_GetServerSyncBitmap</a> <br /></code></p> 40 41<h2>Revision History</h2> 42<p> 432007/06/06 Initial version. 44</p> 45<hr><p>CONFIDENTIAL</p></body> 46</html> 47