IStream.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
在成功返回时,包含写入流对象的实际字节数。