Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Write(IntPtr,UInt32) Method








The buffer containing data to write to the stream.
The maximum number of bytes to write.
Writes the specified number of bytes to the ILeadStream object.
Syntax
'Declaration
 
Overloads Function Write( _
   ByVal buffer As IntPtr, _
   ByVal count As UInteger _
) As UInteger
'Usage
 
Dim instance As ILeadStream
Dim buffer As IntPtr
Dim count As UInteger
Dim value As UInteger
 
value = instance.Write(buffer, count)
-(unsigned int)write:(unsigned char*)buffer count:(unsigned int)count;
int write(byte[] buffer, int count);
function Leadtools.ILeadStream.Write(IntPtr,UInt32)( 
   buffer ,
   count 
)

Parameters

buffer
The buffer containing data to write to the stream.
count
The maximum number of bytes to write.

Return Value

The total number of bytes written into the ILeadStream object.
Remarks

Use the CanWrite property to determine whether the current instance supports reading.

Requirements

Target Platforms

See Also

Reference

ILeadStream Interface
ILeadStream Members
Overload List

Error processing SSI file