Tivoli Header
Tivoli Storage Manager Using the Application Program Interface
Use Unicode if any of the following conditions are true.
- If your application is already compiled for Unicode and it was converting
to mbcs before calling the TSM API, you should use the tsm Unicode
interface.
- If you are writing a new application, use the tsm interface to enable your
application to support Unicode.
- If your application uses a string passed to it from the operating system
or from another application that uses Unicode, use the tsm Unicode
interface.
If you do not need Unicode, it is not necessary to compile your
application again.
The API continues to support the dsm interface. The API SDK contains
callmtu1.c and callmtu2.c sample programs that demonstrate how
to use the Unicode API. Use makemtu to compile these programs.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]