[]
        
(Showing Draft Content)

C1.Util.DX.Storage.ComStreamProxy.Write

Write Method

Write(IntPtr, int)

Writes a specified number of bytes into the stream object starting at the current seek pointer.

Declaration
public int Write(IntPtr buffer, int numberOfBytesToWrite)
Parameters
Type Name Description
IntPtr buffer
int numberOfBytesToWrite
Returns
Type Description
int
Implements