Struct windows_sys::Win32::Media::DirectShow::LONG_SECTION
[−]#[repr(C, packed(1))]pub struct LONG_SECTION {
pub TableId: u8,
pub Header: LONG_SECTION_0,
pub TableIdExtension: u16,
pub Version: LONG_SECTION_1,
pub SectionNumber: u8,
pub LastSectionNumber: u8,
pub RemainingData: [u8; 1],
}Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
TableId: u8Header: LONG_SECTION_0TableIdExtension: u16Version: LONG_SECTION_1SectionNumber: u8LastSectionNumber: u8RemainingData: [u8; 1]