Struct windows::Win32::Storage::Imapi::IDiscRecorder2_Vtbl
#[repr(C)]pub struct IDiscRecorder2_Vtbl {Show 22 fields
pub base__: IDispatch_Vtbl,
pub EjectMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CloseTray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AcquireExclusiveAccess: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: MaybeUninit<BSTR>) -> HRESULT,
pub ReleaseExclusiveAccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub InitializeDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub ActiveDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub ProductRevision: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub VolumePathNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub DeviceCanLoadMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub LegacyDeviceNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SupportedFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CurrentFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SupportedProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub CurrentProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SupportedModePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub ExclusiveAccessOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§EjectMedia: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§CloseTray: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AcquireExclusiveAccess: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: MaybeUninit<BSTR>) -> HRESULT
§ReleaseExclusiveAccess: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DisableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnableMcn: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§InitializeDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§ActiveDiscRecorder: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§VendorId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§ProductId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§ProductRevision: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§VolumePathNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§DeviceCanLoadMedia: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§LegacyDeviceNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SupportedFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§CurrentFeaturePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SupportedProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§CurrentProfiles: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SupportedModePages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§ExclusiveAccessOwner: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IDiscRecorder2_Vtbl
impl IDiscRecorder2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDiscRecorder2_Vtblwhere
Identity: IDiscRecorder2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDiscRecorder2_Vtbl
impl RefUnwindSafe for IDiscRecorder2_Vtbl
impl Send for IDiscRecorder2_Vtbl
impl Sync for IDiscRecorder2_Vtbl
impl Unpin for IDiscRecorder2_Vtbl
impl UnwindSafe for IDiscRecorder2_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more