←Select platform

Write(IntPtr,UInt32) Method

Summary

Writes the specified number of bytes from an unmanaged buffer to the LeadStream object.

Syntax

C#
VB
WinRT C#
C++
public uint Write(  
   IntPtr buffer, 
   uint count 
) 
Public Overloads Function Write( _ 
   ByVal buffer As IntPtr, _ 
   ByVal count As UInteger _ 
) As UInteger 
public uint Write(  
   IntPtr buffer, 
   uint count 
) 
 function Leadtools.LeadStream.Write(IntPtr,UInt32)(  
   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 LeadStream object.

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly