[]
        
(Showing Draft Content)

C1.Util.DX.Storage.ComStreamProxy.Read

Read Method

Read(IntPtr, int)

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

Declaration
public int Read(IntPtr buffer, int numberOfBytesToRead)
Parameters
Type Name Description
IntPtr buffer
int numberOfBytesToRead
Returns
Type Description
int
Implements