beastapi/beaststring.h Source File
Go to the documentation of this file.
66 #endif // BEASTSTRING_H
ILBStatus ILBCopy(ILBStringHandle string, ILBString target, int32 length)
Copies the contained string to a buffer.
This header is the base for getting platform consistent types for the Beast API.
ILBStatus ILBReleaseString(ILBStringHandle string)
Releases a string object.
ILBCharType * ILBString
Beast api string type.
Definition: beastapitypes.h:238
ILBStatus ILBGetLength(ILBStringHandle string, int32 *length)
Returns the length of the string in number of characters.
ILBStatus
Status codes for Beast API calls.
Definition: beastapitypes.h:153
Handle for Beast strings Intentionally hidden implementation.
Definition: beastapitypes.h:471