Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 980 Bytes

-zs.md

File metadata and controls

58 lines (37 loc) · 980 Bytes
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date
/Zs switch
The /Zs switch indicates that the compiler only checks syntax and does not generate output files.
5ff44607-12c3-4a2d-8a7f-2056504990e2
/Zs switch MIDL
apiref
/Zs
NA
reference
05/31/2018

/Zs switch

The /Zs switch indicates that the compiler only checks syntax and does not generate output files.

midl /Zs
midl /syntax_check

Switch Options

This switch has no parameters.

Remarks

This switch overrides all other switches that specify information about output files.

You can also specify syntax-checking mode with the MIDL compiler switch /syntax_check.

Examples

midl /Zs filename.idl

midl /syntax_check filename.idl

See also

General MIDL Command-line Syntax

/syntax_check