DkmStowedExceptionInformation.StackTraceWordSize Property

Definition

Size, in bytes, of each word in the stack trace that the StackTrace member points to. This value is set to 4 for 32-bit platforms and 8 for 64-bit platforms.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).

public:
 property System::UInt32 StackTraceWordSize { System::UInt32 get(); };
public:
 property unsigned int StackTraceWordSize { unsigned int get(); };
public uint StackTraceWordSize { get; }
member this.StackTraceWordSize : uint32
Public ReadOnly Property StackTraceWordSize As UInteger

Property Value

Applies to