/acf
midl
/acf acf_filename
acf_filename
Specifies the
name of the ACF. White space may or may not be present between the /acf
switch and the filename.
Example
midl /acf bar.acf filename.idl
Remarks
The /acf
switch allows the user to supply an explicit ACF filename. The switch also
allows the use of different interface names in the IDL and ACF files.
By default,
the MIDL compiler constructs the name of the ACF by replacing the IDL filename
extension (usually .IDL) with .ACF. When the /acf switch is present, the
ACF takes its name from the specified filename. The /acf switch applies
only to the IDL file specified on the MIDL compiler command line. It does not
apply to imported files.
When the /acf
switch is used, the interface name in the ACF need not match the MIDL interface
name. This feature allows interfaces to share an ACF specification.
When an
absolute path to an ACF is not specified, the MIDL compiler searches in the
current directory, directories supplied by the /I /no_def_idir switches. For more
information relating to /acf, see IDLJ2VTYS.
See Also