KSDISPLAYCHANGE - NtDoc

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

typedef struct {
  ULONG PelsWidth;
  ULONG PelsHeight;
  ULONG BitsPerPel;
  WCHAR DeviceID[1];
} KSDISPLAYCHANGE, *PKSDISPLAYCHANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

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

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.

Remarks

See also