nw::io::FileStream::Write Member Functionvirtual s32 Write( const void * buf, u32 length );
| Name | Description | |
|---|---|---|
| in | buf | Pointer to the buffer where data to be written is stored. The alignment of this data must match the alignment obtained using the GetBufferAlign function. |
| in | length | Data size to be written. The alignment of this data must match the alignment obtained using the GetSizeAlign function. |
Writes data to the stream (synchronous process).
CONFIDENTIAL