// ksmedia.h
typedef struct {
ULONG CX;
ULONG CY;
} KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S, *PKSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S;
View the official Windows Driver Kit DDI referenceNo description available.
The KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S structure specifies the width and height of an overlay surface.
CXSpecifies the width of the overlay surface.
CYSpecifies the height of the overlay surface
KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE