A structure containing information about a breakpoint filter.
uint16_t Id
The filter ID.
uint16_t SegmentSelector
The CS segment selector value for the filter.
uint16_t MatchFlags
The match flags for the filter.
uint16_t SkipFlags
The skip flags for the filter.
uint64_t PageTableAddress
The page table address of the filter.
uint64_t Address
The logical address of the filter.
uint64_t FsBaseAddress
The FS segment base address of the filter.
uint64_t GsBaseAddress
The GS segment address of the filter.
Refer to the PS_BREAK_POINT_FILTER_PARAMS structure for more information.