Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Interface Definition Language
|
| Definition
| IDL is a language for describing object interfaces using their events, methods, names, parameters, and return types. An IDL compiler uses the IDL information to generate code for passing data between computer systems. The Microsoft IDL compiler (MIDL) compiles Microsoft IDL—COM IDL—generating the type libraries and the proxy and stub code for marshaling parameters between COM interfaces.
|
| See also
| Microsoft Interface Definition Language Compiler
|
| You may edit this definition to improve or extend it.
|