KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S structure (ksmedia.h)
The KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S structure specifies the width and height of an overlay surface.
Syntax
typedef struct {
ULONG CX;
ULONG CY;
} KSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S, *PKSPROPERTY_ALLOCATOR_CONTROL_SURFACE_SIZE_S;
Members
CX
Specifies the width of the overlay surface.
CY
Specifies the height of the overlay surface
Requirements
Requirement | Value |
---|---|
Header | ksmedia.h (include Ksmedia.h) |