Programs written to use ULS must include the appropriate header files:
- unidef.h
- Main ULS API definitions
- uconv.h
- ULS conversion API definitions
- unikbd.h
- ULS keyboard API definitions
The corresponding import libraries should be linked at build time:
- libuls.lib
- ULS text processing and localization functions
- libconv.lib
- ULS conversion functions
- unikbd.lib
- ULS keyboard functions
[Back]
[Next]