// ksmedia.h
typedef struct {
KSPROPERTY Property;
PVRAM_SURFACE_INFO pVramSurfaceInfo;
} VRAM_SURFACE_INFO_PROPERTY_S, *PVRAM_SURFACE_INFO_PROPERTY_S;
View the official Windows Driver Kit DDI referenceNo description available.
The VRAM_SURFACE_INFO_PROPERTY_S structure describes property items in the KSPROPSETID_VramCapture property set.
PropertyThis member specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.
pVramSurfaceInfoThis member specifies a pointer to a structure of type VRAM_SURFACE_INFO.