KSPROPERTY_SPHLI - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ksmedia.h

typedef struct _KSPROPERTY_SPHLI {
  USHORT    HLISS;
  USHORT    Reserved;
  ULONG     StartPTM;
  ULONG     EndPTM;
  USHORT    StartX;
  USHORT    StartY;
  USHORT    StopX;
  USHORT    StopY;
  KS_COLCON ColCon;
} KSPROPERTY_SPHLI, *PKSPROPERTY_SPHLI;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_ksproperty_sphli)

_KSPROPERTY_SPHLI structure

Description

The KSPROPERTY_SPHLI structure is used to describe a rectangle of subpicture or screen whose color or contrast is to be changed.

Members

HLISS

Indicates the highlight status of the current selection. A value of zero indicates that all highlights are invalid and the decoder should disable all highlights.

Reserved

Reserved. Do not use.

StartPTM

Indicates the start of presentation time.

EndPTM

Indicates the end of presentation time.

StartX

Indicates the start x-coordinate pixel of the current highlight button.

StartY

Indicates the start y-coordinate pixel of the current highlight button.

StopX

Indicates the ending x-coordinate pixel of the current highlight button.

StopY

Indicates the ending y-coordinate pixel of the current highlight button.

ColCon

Specifies the color/contrast of the highlight rectangle.

Remarks

The KSPROPERTY_SPHLI structure is used by the KSPROPERTY_DVDSUBPIC_HLI property.

See also

KSPROPERTY_DVDSUBPIC_HLI