WFS_GetServerSyncBitmap 

Syntax

#include <nitro/wfs.h>

int WFS_GetServerSyncBitmap(const WFSServerContext *context);

Arguments

context Pointer to the WFSServerContext structure.

Return Values

Returns a bitmap indicating the status of children (clients) that for which request-response synchronization has been set.

Description

Gets the status of children (clients) for which request-response synchronization was set with WFS_SetServerSync, as a bitmap.

See Also

WFS_GetServerConnectedBitmap, WFS_GetServerBusyBitmap

Revision History

2007/06/06 Initial version.


CONFIDENTIAL