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: usizeVramPhysicalAddress: i64cbCaptured: u32dwWidth: u32dwHeight: u32dwLinearSize: u32lPitch: i32ullReserved: [u64; 16]