コード例 #1
0
 public unsafe SSize Write(byte *buf, USize count)
 {
     return(SysCalls.WriteFile(Handle, new MemoryRegion(buf, count)));
 }