Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |