WFS_GetServerBusyBitmap 

Syntax

#include <nitro/wfs.h>

int WFS_GetServerBusyBitmap(const WFSServerContext *context);

Arguments

context Pointer to the WFSServerContext structure.

Return Values

Returns the status of children (clients) currently issuing requests as a bitmap.

Description

Gets the status of children (clients) currently issuing requests to the parent (server) as a bitmap.

See Also

WFS_GetServerConnectedBitmap, WFS_GetServerSyncBitmap

Revision History

2007/06/06 Initial version.


CONFIDENTIAL