Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Retrieves the back-end major version number of the compiler.
HRESULT get_backEndMajor (
DWORD* pRetVal
);
pRetVal
[out] Returns the back-end major version number. See Remarks.
If successful, returns S_OK
; otherwise, returns S_FALSE
or error code.
Note
A return value of S_FALSE
means the property is not available for the symbol.
A compiler is typically composed of two primary elements: the front end (the parser), which handles parsing the source code into an intermediate form, and a back end (code generator), which converts the intermediate form into assembly. It is not uncommon for the front end to have a different version than the back end.
A front end or back end version number is composed of three parts: <major>.<minor>.<build>, where <major> is the major version number, <minor> is the minor version number, and <build> is the build number. For example, 13.10.3077.
Requirement | Description |
---|---|
Header: | dia2.h |
Version: | DIA SDK v7.0 |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today