Function windows::Win32::Storage::IscsiDisc::GetIScsiTargetInformationW
pub unsafe fn GetIScsiTargetInformationW<P0, P1>(
targetname: P0,
discoverymechanism: P1,
infoclass: TARGET_INFORMATION_CLASS,
buffersize: *mut u32,
buffer: *mut c_void,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,