ISequentialStream.RemoteWrite(Byte, UInt32, UInt32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 바이트 수를 현재 검색 포인터에서 시작하는 스트림 개체에 씁니다.
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
반환이 성공적이면 스트림 개체에 쓰여진 실제 바이트 수를 포함합니다.