Struct ITsSbProvisioningPluginNotifySink_Vtbl
#[repr(C)]pub struct ITsSbProvisioningPluginNotifySink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnJobCreated: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_INFO) -> HRESULT,
pub OnVirtualMachineStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_ENTRY, _: VM_NOTIFY_STATUS, _: HRESULT, _: *mut c_void) -> HRESULT,
pub OnJobCompleted: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT,
pub OnJobCancelled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub LockVirtualMachine: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_ENTRY) -> HRESULT,
pub OnVirtualMachineHostStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VM_HOST_NOTIFY_STATUS, _: HRESULT, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnJobCreated: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_INFO) -> HRESULT
§OnVirtualMachineStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_ENTRY, _: VM_NOTIFY_STATUS, _: HRESULT, _: *mut c_void) -> HRESULT
§OnJobCompleted: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT
§OnJobCancelled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§LockVirtualMachine: unsafe extern "system" fn(_: *mut c_void, _: *const VM_NOTIFY_ENTRY) -> HRESULT
§OnVirtualMachineHostStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VM_HOST_NOTIFY_STATUS, _: HRESULT, _: *mut c_void) -> HRESULT
Implementations§
§impl ITsSbProvisioningPluginNotifySink_Vtbl
impl ITsSbProvisioningPluginNotifySink_Vtbl
pub const fn new<Identity: ITsSbProvisioningPluginNotifySink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbProvisioningPluginNotifySink_Vtbl
impl RefUnwindSafe for ITsSbProvisioningPluginNotifySink_Vtbl
impl Send for ITsSbProvisioningPluginNotifySink_Vtbl
impl Sync for ITsSbProvisioningPluginNotifySink_Vtbl
impl Unpin for ITsSbProvisioningPluginNotifySink_Vtbl
impl UnwindSafe for ITsSbProvisioningPluginNotifySink_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