DkmStowedExceptionInformation.StackTraceWordSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
StackTrace 成员指向的堆栈跟踪中每个单词的大小(以字节为单位)。 对于32位平台,此值设置为4,对于64位平台,此值设置为8。
此 API 是在 Visual Studio 12 Update 3 (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