VRAM_SURFACE_INFO_PROPERTY_S - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-vram_surface_info_property_s)

VRAM_SURFACE_INFO_PROPERTY_S structure

Description

The VRAM_SURFACE_INFO_PROPERTY_S structure describes property items in the KSPROPSETID_VramCapture property set.

Members

Property

This member specifies an initialized KSPROPERTY structure that describes the property set, property ID, and request type.

pVramSurfaceInfo

This member specifies a pointer to a structure of type VRAM_SURFACE_INFO.

See also

KSPROPERTY

VRAM_SURFACE_INFO