// ksmedia.h
typedef struct tagKSCAMERA_EXTENDEDPROP_ROI_FOCUS {
KSCAMERA_EXTENDEDPROP_ROI_INFO ROIInfo;
ULONGLONG Reserved;
} KSCAMERA_EXTENDEDPROP_ROI_FOCUS, *PKSCAMERA_EXTENDEDPROP_ROI_FOCUS;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the ROI info structure for focus.
ROIInfoSee the KSCAMERA_EXTENDEDPROP_ROI_INFO structure for more information.
ReservedReserved for future use.