PreviousNext

The Interface Definition Language File

The Interface Definition Language (IDL) file defines all aspects of an interface that affect data passed over the network between a caller (client) and a callee (server). An interface definition file has the suffix .idl. In order for a caller and callee to interoperate, they both need to incorporate the same interface definition.