Struct windows_sys::Win32::Networking::WinInet::APP_CACHE_DOWNLOAD_LIST
#[repr(C)]pub struct APP_CACHE_DOWNLOAD_LIST {
pub dwEntryCount: u32,
pub pEntries: *mut APP_CACHE_DOWNLOAD_ENTRY,
}Expand description
Required features: "Win32_Networking_WinInet"
Fields§
§dwEntryCount: u32§pEntries: *mut APP_CACHE_DOWNLOAD_ENTRY