KSVPSURFACEPARAMS - NtDoc

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

typedef struct {
  DWORD dwPitch;
  DWORD dwXOrigin;
  DWORD dwYOrigin;
} KSVPSURFACEPARAMS, *PKSVPSURFACEPARAMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The KSVPSURFACEPARAMS structure is used to describe the surface parameters of a video port surface.

Members

dwPitch

Specifies the pitch (byte count between subsequent lines) of the video port surface.

dwXOrigin

Indicates the X-origin of the video port surface.

dwYOrigin

Indicates the Y-origin of the video port surface.

Remarks

This structure is used by the KSPROPERTY_VPCONFIG_SURFACEPARAMS property.

See also

KSPROPERTY_VPCONFIG_SURFACEPARAMS