IStream.Read(Byte[], UInt32, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void Read(cli::array <System::Byte> ^ pv, System::UInt32 cb, [Runtime::InteropServices::Out] System::UInt32 % pcbRead);
public void Read (byte[] pv, uint cb, out uint pcbRead);
abstract member Read : byte[] * uint32 * uint32 -> unit
Public Sub Read (pv As Byte(), cb As UInteger, ByRef pcbRead As UInteger)
Parâmetros
- pv
- Byte[]
- cb
- UInt32
- pcbRead
- UInt32