Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The /no_format_opt switch changes the way MIDL optimizes type and procedure descriptors.
midl /no_format_opt
Switch Options
This switch has no parameters.
Remarks
By default, MIDL eliminates duplicate type and procedure descriptors in order to reduce the size of the generated stub code. Using the /no_format_opt switch turns off this optimizing behavior.
Examples
midl /no_format_opt mylean.idl
See also