type definitions typedefs within a type library are not imported 不导入类型库中的类型定义(typedef)。
indicates that all typedefs, including deleted ones, should be enumerated 指示应该枚举所有typedef,包括已删除的typedef。
describes how the import process converts interfaces, classes, structures, enumerations, constants, and typedefs 描述导入过程如何转换接口、类、结构、枚举、常数和typedef。
do dupe checking for type forwarders, so you can specify afnoduptypecheck for regular typedefs afdupechecktypefwds 执行对类型转发器的重复检查,这样您就可以指定常规typedefs的afnoduptypecheck+afdupechecktypefwds。
so, even if every source file includes common header files such as windows . h, the typedefs from those headers are stored only once, rather than being in every obj file 因此,即使每个源文件都包含公共头文件(如),这些头文件中的typedef也只存储一次,而不是在每个obj文件中都存在。