Struct windows_sys::Win32::Media::KernelStreaming::VRAM_SURFACE_INFO
#[repr(C)]pub struct VRAM_SURFACE_INFO {
pub hSurface: usize,
pub VramPhysicalAddress: i64,
pub cbCaptured: u32,
pub dwWidth: u32,
pub dwHeight: u32,
pub dwLinearSize: u32,
pub lPitch: i32,
pub ullReserved: [u64; 16],
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields§
§hSurface: usize
§VramPhysicalAddress: i64
§cbCaptured: u32
§dwWidth: u32
§dwHeight: u32
§dwLinearSize: u32
§lPitch: i32
§ullReserved: [u64; 16]