KSDISPLAYCHANGE structure (ksmedia.h)

This topic describes the KSDISPLAYCHANGE structure (ksmedia.h).

Syntax

typedef struct {
  ULONG PelsWidth;
  ULONG PelsHeight;
  ULONG BitsPerPel;
  WCHAR DeviceID[1];
} KSDISPLAYCHANGE, *PKSDISPLAYCHANGE;

Members

PelsWidth

Defines the ULONG member PelsWidth.

PelsHeight

Defines the ULONG member PelsHeight.

BitsPerPel

Defines the ULONG member BitsPerPel.

DeviceID[1]

Defines the WCHAR member DeviceID.

Requirements

Requirement Value
Header ksmedia.h (include Ksmedia.h)