Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1003 Bytes

midl-and-com.md

File metadata and controls

24 lines (18 loc) · 1003 Bytes
title description ms.assetid keywords ms.topic ms.date
MIDL and COM
All COM objects implement one or more interfaces.
09990b49-cce8-4250-8008-49c40945698f
MIDL compiler MIDL , MIDL and COM MIDL
compilers MIDL , MIDL and COM MIDL
COM MIDL
article
05/31/2018

MIDL and COM

All COM objects implement one or more interfaces. When you create a custom COM object, you must describe the interface or interfaces in an IDL file. The topics in this section present information on using MIDL to define COM interfaces:

For more information on defining COM interfaces with MIDL, see Defining COM Interfaces. For more information on building generated files for various platforms, see Targeting Stubs for Specific 32-bit or 64-bit Platforms.