#[repr(C, packed(1))]pub struct WM_SYNCHRONISED_LYRICS {
pub bTimeStampFormat: u8,
pub bContentType: u8,
pub pwszContentDescriptor: PWSTR,
pub dwLyricsLen: u32,
pub pbLyrics: *mut u8,
}
Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields§
§bTimeStampFormat: u8
§bContentType: u8
§pwszContentDescriptor: PWSTR
§dwLyricsLen: u32
§pbLyrics: *mut u8