Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Identifies the programming language of the compiler.
Syntax
typedef enum LanguageKind {
LanguageUnknown,
LanguageC,
LanguageCPP,
LanguageAssembly,
LanguageRust
} ;
Constants
LanguageUnknownIndicates that the language cannot be identified |
LanguageCIndicates the C language |
LanguageCPPIndicates the C++ language |
LanguageAssemblyIndicates the assembly language |
LanguageRustIndicates the Rust language |
Requirements
| Requirement | Value |
|---|---|
| Header | dbgmodel.h |