I have seen some definitions of functions in a spec file where a string was defined as str or wstr. I do remember that there was an issue with this depending if the string parameter was input only (eg. const) or an input/output parameter.
Is this still valid and if yes how are the rules?
Rolf Kalbermatter
On Wed, Dec 04, 2002 at 12:21:55AM +0100, Rolf Kalbermatter wrote:
I have seen some definitions of functions in a spec file where a string was defined as str or wstr. I do remember that there was an issue with this depending if the string parameter was input only (eg. const) or an input/output parameter.
This is only for string parameters which are valid during input.
Ciao, Marcus