IStream.RemoteRead(Byte, UInt32, UInt32) 메서드

정의

스트림 개체의 지정된 바이트 수를 현재 검색 포인터에서 시작하는 메모리로 읽습니다.

public:
 void RemoteRead([Runtime::InteropServices::Out] System::Byte % pv, System::UInt32 cb, [Runtime::InteropServices::Out] System::UInt32 % pcbRead);
public void RemoteRead (out byte pv, uint cb, out uint pcbRead);
abstract member RemoteRead : byte * uint32 * uint32 -> unit
Public Sub RemoteRead (ByRef pv As Byte, cb As UInteger, ByRef pcbRead As UInteger)

매개 변수

pv
Byte

이 메서드는 반환될 때 스트림에서 읽은 데이터를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

cb
UInt32

스트림 개체에서 읽을 바이트 수입니다.

pcbRead
UInt32

스트림 개체에서 읽은 실제 바이트 수를 받는 ULONG 변수에 대한 포인터입니다.

구현

적용 대상