Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_EVENTHEADER
#[repr(C, packed(4))]pub struct DMUS_EVENTHEADER {
pub cbEvent: u32,
pub dwChannelGroup: u32,
pub rtDelta: i64,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields§
§cbEvent: u32
§dwChannelGroup: u32
§rtDelta: i64
§dwFlags: u32