.IDL File
.idl is Interface Definition Language File
Features | Description |
---|---|
File Extension | .idl |
Format | N/A |
Created by | Microsoft |
Category | Developer |
.idl is Interface Definition Language File
Features | Description |
---|---|
File Extension | .idl |
Format | N/A |
Created by | Microsoft |
Category | Developer |
What's on this Page
The idl file extension is associated with Visual C++.
The idl file contains one or more interface definitions. Each interface definition is composed of an interface header and an interface body. The interface header is demarcated by square brackets. The interface body is contained in curly brackets.
All COM interfaces are defined using the Interface Definition Language (IDL). IDL is similar to C and C++ header files, with new syntax elements specific to distributed computing added. IDL files are compiled to create source files and binary type libraries that can be used by practically all programming environments.
Files with idl file extension can be found mainly as interface definition libraries from Visual Studio.