[Top] [Prev] [Next] [Bottom] [Contents]

SaGetVBufSize

Gets the size of the internal buffer that Sapphire uses to implement, SaPrintf and SaFprintf. The default value is 200 KB. If a request outputs string fragments bigger than that, you should increase the value.

Synopsis

#include "SaRnHtml.h"
int SaGetVBufSize SUTPROTO(());

Arguments

None.

Return Values

Returns the size of the internal buffer that Sapphire uses.

Description

Gets the size of the internal buffer that Sapphire uses to implement, SaPrintf and SaFprintf. The default value is 200 KB. If a request outputs string fragments bigger than that, you should increase the value.

Example

int siz;
siz = SaGetVBufSize();

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.