Return string constants

The DevOps Plan Core handles strings in Unicode rather than based on the local code page setting. With this change, you can run hooks and scripts based on a return string mode setting to use Unicode or to use the local character set based on the application code page. See Setting the return string mode for hooks and scripts for more information.

Constant Value Description
_RETURN_STRING_LOCAL 1 Converts the internal Unicode strings and translates them to the local application code page.
_RETURN_STRING_UNICODE 2 Returns Unicode strings. No data translation occurs, and the DevOps Plan application code page settings are not used.