Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |