หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Identifies the programming language of the compiler.
Syntax
typedef enum LanguageKind {
LanguageUnknown,
LanguageC,
LanguageCPP,
LanguageAssembly,
LanguageRust
} ;
Constants
LanguageUnknown Indicates that the language cannot be identified |
LanguageC Indicates the C language |
LanguageCPP Indicates the C++ language |
LanguageAssembly Indicates the assembly language |
LanguageRust Indicates the Rust language |
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |