Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 760 Bytes

-win32.md

File metadata and controls

49 lines (32 loc) · 760 Bytes
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date
/win32 switch
The /win32 switch directs the MIDL compiler to generate stub files, or a type library file, for a 32-bit environment.
8f40d284-51ef-4ff0-a025-7da3e4e4311c
/win32 switch MIDL
apiref
/win32
NA
reference
05/31/2018

/win32 switch

The /win32 switch directs the MIDL compiler to generate stub files, or a type library file, for a 32-bit environment.

midl /win32

Switch Options

This switch has no parameters.

Remarks

The /win32 switch is equivalent to setting the /env switch to win32.

See also

/env

/win64