Interface Technology Basics
VST 3.6.14
SDK for developing VST Plug-in
|
Interface to return an ascii string of variable size. More...
#include <istringresult.h>
Public Member Functions | |
virtual void | setText (const char8 *text)=0 |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
Query for a pointer to the specified interface. More... | |
virtual uint32 | addRef ()=0 |
Adds a reference and return the new reference count. More... | |
virtual uint32 | release ()=0 |
Releases a reference and return the new reference count. More... | |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
Interface to return an ascii string of variable size.
In order to manage memory allocation and deallocation properly, this interface is used to transfer a string as result parameter of a method requires a string of unknown size. [host imp] or [plug imp]
[released: SX 4]
|
pure virtual |
|
static |