void hw_SetErrorString(STRPTR s);
%s
wildcard. When composing the final error message, Hollywood will
replace the %s
wildcard with the string passed to this function.
Hollywood will make a copy of the string you pass to this function so you may free
it once hw_SetErrorString()
returns.