Method WriteBytes WriteBytes(Void*, Int32) Writes the specified number of bytes. Declaration void WriteBytes(void *data, int bytes) Parameters Type Name Description Void* data The data to be written. Int32 bytes The number of bytes to write.