pub trait IAudioProcessingObjectNotifications2_Impl: Sized + IAudioProcessingObjectNotifications_Impl {
// Required method
fn GetApoNotificationRegistrationInfo2(
&self,
maxaponotificationtypesupported: APO_NOTIFICATION_TYPE,
aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR,
count: *mut u32,
) -> Result<()>;
}
Required Methods§
fn GetApoNotificationRegistrationInfo2( &self, maxaponotificationtypesupported: APO_NOTIFICATION_TYPE, aponotifications: *mut *mut APO_NOTIFICATION_DESCRIPTOR, count: *mut u32, ) -> Result<()>
Object Safety§
This trait is not object safe.