LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Write Method (LeadFileStream)






The buffer containing data to write to the stream.
The maximum number of bytes to write.
Writes the specified number of bytes to the LeadFileStream object. .NET support WinRT support
Syntax
public uint Write( 
   IntPtr buffer,
   uint count
)
'Declaration
 
Public Function Write( _
   ByVal buffer As IntPtr, _
   ByVal count As UInteger _
) As UInteger
'Usage
 
Dim instance As LeadFileStream
Dim buffer As IntPtr
Dim count As UInteger
Dim value As UInteger
 
value = instance.Write(buffer, count)
public uint Write( 
   IntPtr buffer,
   uint count
)
 function Leadtools.LeadFileStream.Write( 
   buffer ,
   count 
)
public:
uint Write( 
   IntPtr buffer,
   uint 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 LeadFileStream object.
Remarks

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadFileStream Class
LeadFileStream Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.