.TLH File Extension
Typelib Generated C/C++ Header File
Developer | Microsoft |
Popularity |
3.7 | 3 Votes |
What is a TLH file?
Header file generated by a Microsoft C/C++ compiler; contains definitions of interfaces and identifiers generated by the #import directive; used in conjunction with a .TLI file to reconstruct compiled type library contents for use in C/C++ source code.
More Information
NOTE: The #import directive generates both TLH and TLI files. For example, the command #import "mylib.tlb" generates the "mylib.tlh" and "mylib.tli" files from a .TLB file.
Programs that open or reference TLH files
Windows