MIDL and RPC

When you develop an RPC application, you use a text editor to create an IDL file that defines the interface between the client and the server. You use the MIDL compiler to generate source files that your client and server programs require. The following topics present information on the use of the MIDL compiler for RPC applications:

For more information, see Building RPC Applications.