/app_config

midl /app_config

Examples

midl /app_config filename.idl

 

Remarks

The /app_config switch selects application-configuration mode, which allows you to use some ACF keywords in the IDL file. With this MIDL compiler switch, you can omit the ACF and specify an interface in a single IDL file.

This release of Microsoft RPC supports the use of the following ACF attributes in the IDL file:

    implicit_handle

    auto_handle

    explicit_handle

 

Future releases of Microsoft RPC may support the use of other ACF attributes in the IDL file.

For more information related to the /app_config switch, see ACF7YMM_B and IDLJ2VTYS.

See Also

General MIDL Command-line Syntax