Function windows::Win32::Storage::IscsiDisc::AddIScsiStaticTargetW
pub unsafe fn AddIScsiStaticTargetW<P0, P1, P2>(
targetname: P0,
targetalias: P1,
targetflags: u32,
persist: P2,
mappings: *mut ISCSI_TARGET_MAPPINGW,
loginoptions: *mut ISCSI_LOGIN_OPTIONS,
portalgroup: *mut ISCSI_TARGET_PORTAL_GROUPW,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<BOOLEAN>,