Struct windows_sys::Win32::Media::DirectShow::BDA_TABLE_SECTION
[−]#[repr(C)]pub struct BDA_TABLE_SECTION {
pub ulPrimarySectionId: u32,
pub ulSecondarySectionId: u32,
pub ulcbSectionLength: u32,
pub argbSectionData: [u32; 1],
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
ulPrimarySectionId: u32ulSecondarySectionId: u32ulcbSectionLength: u32argbSectionData: [u32; 1]