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

정의

지정된 바이트 수를 현재 검색 포인터에서 시작하는 스트림 개체에 씁니다.

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

매개 변수

pv
Byte

이 스트림을 쓸 버퍼입니다.

cb
UInt32

스트림에 쓸 바이트 수입니다.

pcbWritten
UInt32

반환이 성공적이면 스트림 개체에 쓰여진 실제 바이트 수를 포함합니다.

구현

적용 대상