Share via


IUnsafeReadStream.Read(Byte*, Int32, Int32*) Method

Definition

public:
 void Read(System::Byte* pv, int cb, int* pcbRead);
public void Read (byte* pv, int cb, int* pcbRead);
abstract member Read : nativeptr<byte> * int * nativeptr<int> -> unit

Parameters

pv
Byte*
cb
Int32
pcbRead
Int32*

Applies to