Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDelete | awDeleteStringWrapper
 
awDeleteStringWrapper
void awDeleteStringWrapper(
BrokerString st);
Deletes the string wrapper for the specified string st, but does not delete the string it contains. This function is useful if you extract a string with awStringPointer and you no longer need its wrapper.
See also: