Read Method (ComStreamBase)
In This Topic
HRESULT ISequentialStream::Read([Out, Buffer] void* pv,[In] unsigned int cb,[Out, Optional] unsigned int* pcbRead)
Syntax
'Declaration
Public Function Read( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.Integer
public System.int Read(
System.IntPtr ,
System.int
)
Parameters
- vRef
- cb
See Also