/h

midl /h filename

filename

Specifies a header filename that overrides the default header filename. Filenames can be explicitly quoted using double quotes (") to prevent the shell from interpreting special characters.

 

Examples

midl /h tlibhead.h filename.idl

midl /h "midl.h" filename.idl

 

Remarks

The /h option is functionally equivalent to the /header option. The /h switch specifies filename as the name for a header file that contains all the definitions contained in the IDL file, without the IDL syntax. This file can be used as a C or C++ header file.

See Also

General MIDL Command-line Syntax, /header