Struct windows::Win32::Storage::VirtualDiskService::IVdsServiceIscsi_Vtbl
#[repr(C)]pub struct IVdsServiceIscsi_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetInitiatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub QueryInitiatorAdapters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIpsecGroupPresharedKey: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT,
pub SetAllIpsecTunnelAddresses: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *const VDS_IPADDRESS) -> HRESULT,
pub SetAllIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT,
pub SetInitiatorSharedSecret: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_ISCSI_SHARED_SECRET, _: GUID) -> HRESULT,
pub RememberTargetSharedSecret: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *const VDS_ISCSI_SHARED_SECRET) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetInitiatorName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§QueryInitiatorAdapters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetAllIpsecTunnelAddresses: unsafe extern "system" fn(_: *mut c_void, _: *const VDS_IPADDRESS, _: *const VDS_IPADDRESS) -> HRESULT
§SetAllIpsecSecurity: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u64, _: *const VDS_ISCSI_IPSEC_KEY) -> HRESULT
Implementations§
§impl IVdsServiceIscsi_Vtbl
impl IVdsServiceIscsi_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsServiceIscsi_Vtblwhere
Identity: IVdsServiceIscsi_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsServiceIscsi_Vtbl
impl RefUnwindSafe for IVdsServiceIscsi_Vtbl
impl Send for IVdsServiceIscsi_Vtbl
impl Sync for IVdsServiceIscsi_Vtbl
impl Unpin for IVdsServiceIscsi_Vtbl
impl UnwindSafe for IVdsServiceIscsi_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