Wwise SDK 2022.1.7
_i_bytes_8h_source
Version
menu_open
link
Wwise SDK 2022.1.7
|
IBytes.h
Go to the documentation of this file.
77 /// \warning This method does not allow for error checking. Use other methods when error cases need to be handled.
92 /// \return True if the operation was successful, False otherwise. An insufficient buffer size does not cause failure.
96 AkInt32 in_nMax) ///< Maximum number of characters to be read in out_pszString, including the terminating NULL character
virtual AkUInt8 * Detach()=0
Return pointer to buffer and clear internal pointer.
bool ReadString(CHAR_T *out_pszString, AkInt32 in_nMax)
Definition: IBytes.h:94
virtual bool Reserve(AkInt32 in_cBytes)=0
Definition: IBytes.h:43
virtual bool WriteBytes(const void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cWritten)=0
Definition: IBytes.h:237
virtual bool ReadBytes(void *in_pData, AkInt32 in_cBytes, AkInt32 &out_cRead)=0
virtual AkInt32 Count() const =0
Definition: IBytes.h:152
virtual AkUInt8 * Bytes() const =0
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageTell us about your project. We're here to help.
Register your project and we'll help you get started with no strings attached!
Get started with Wwise