หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Describes inline frame context.
Syntax
typedef union _INLINE_FRAME_CONTEXT {
DWORD ContextValue;
struct {
BYTE FrameId;
BYTE FrameType;
WORD FrameSignature;
};
} INLINE_FRAME_CONTEXT;
Members
ContextValue
A context value.
FrameId
The Frame Id.
FrameType
The Frame Type.
FrameSignature
A structure that contains frame context information.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include Dbgeng.h) |