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’, ‘Win32_Foundation’
Fields
dwEntryCount: u32pEntries: *mut APP_CACHE_DOWNLOAD_ENTRY