#[repr(C)]pub struct AUDIO_ENDPOINT_VOLUME_CHANGE_NOTIFICATION {
pub endpoint: IMMDevice,
pub volume: *mut AUDIO_VOLUME_NOTIFICATION_DATA,
}
Expand description
Required features: "Win32_Media_Audio_Apo"
, "Win32_Foundation"
Fields§
§endpoint: IMMDevice
§volume: *mut AUDIO_VOLUME_NOTIFICATION_DATA