Function CSPResponse::BinaryWrite()

Description:
Writes binary data to the client.

Prototype:
unsigned long BinaryWrite(const CSPBuffer& Data, unsigned long ulSize = 0);

Arguments:
  • const CSPBuffer& Data [IN]
    Outgoing data buffer

  • unsigned long ulSize = 0 [IN]
    Size of data to send. Default value is 0.



Return value:
Returns the number of successfully sent bytes.


Remarks:
If ulSize is 0, all the data contained in Data is sent to the client. If ulSize is greater than the bytes contained in Data, then only Data.GetSize() bytes are sent.


See also:
member functions Write(),WideWrite() Flush()
member variable Buffer
CSPResponse | Intrinsic objects and classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd