SynopsisReturns the number of bytes written to the requesting browser. Prototype#include "webs.h" int websGetRequestWritten(); Parameters
DescriptionThe websGetRequestWritten procedure returns the number of bytes written to the requesting browser. Return ValueReturns an integer value containing the number of bytes written. If no bytes were written, 0 is returned. Examplenbytes = websGetRequestWritten(); Stability ClassificationStable. See Also |