Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 2.94 KB

enumerations-and-structures.md

File metadata and controls

101 lines (59 loc) · 2.94 KB
description title ms.date ms.topic dev_langs helpviewer_keywords author ms.author manager ms.subservice
These are the enumerations and structures used by the DIA SDK.
Enumerations and Structures
11/04/2016
reference
C++
enumerations [DIA SDK]
DIA SDK, enumerations
structures [DIA SDK]
DIA SDK, structures
mikejo5000
mikejo
mijacobs
debug-diagnostics

Enumerations and Structures

These are the enumerations and structures used by the DIA SDK.

In This Section

Enumerations

Specifies the symbol's basic type.

Specifies the scope of visibility (access level) of member functions and variables.

Specifies the calling convention for a function.

Specifies the source code language of the application or linked module.

Specifies the target processor.

Specifies a target register.

Indicates the particular scope of a data value.

Indicates the kind of location information contained in a symbol.

Specifies the type of memory to access.

Specifies the search options for symbol and file names.

Specifies the stack frame type.

Specifies the type of symbol.

Designates thunk types.

Describes the variety of user-defined type (UDT).

Structures

DiaAddressMapEntry Structure

Describes an entry in an address map.

Related Sections

Interfaces (Debug Interface Access SDK)

Specifies the interfaces provided by the DIA SDK.

Constants (Debug Interface Access SDK)

Specifies the constants that are available in the DIA SDK.

See also