type definitions typedefs within a type library are not imported 不導(dǎo)入類型庫中的類型定義(typedef)。
indicates that all typedefs, including deleted ones, should be enumerated 指示應(yīng)該枚舉所有typedef,包括已刪除的typedef。
describes how the import process converts interfaces, classes, structures, enumerations, constants, and typedefs 描述導(dǎo)入過程如何轉(zhuǎn)換接口、類、結(jié)構(gòu)、枚舉、常數(shù)和typedef。
do dupe checking for type forwarders, so you can specify afnoduptypecheck for regular typedefs afdupechecktypefwds 執(zhí)行對類型轉(zhuǎn)發(fā)器的重復(fù)檢查,這樣您就可以指定常規(guī)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文件中都存在。