Function windows::Win32::Storage::Vhd::GetStorageDependencyInformation
pub unsafe fn GetStorageDependencyInformation<P0>(
objecthandle: P0,
flags: GET_STORAGE_DEPENDENCY_FLAG,
storagedependencyinfosize: u32,
storagedependencyinfo: *mut STORAGE_DEPENDENCY_INFO,
sizeused: Option<*mut u32>,
) -> WIN32_ERRORwhere
P0: Param<HANDLE>,