Contents Index Topic Contents | ||
Previous Topic: INTERNET_ONLINE_OFFLINE_INFO Next Topic: INTERNET_PROXY_INFO |
INTERNET_PREFETCH_STATUS
typedef struct { DWORD dwStatus; DWORD dwSize; } INTERNET_PREFETCH_STATUS, * LPINTERNET_PREFETCH_STATUS;Contains the status of a prefetch download operation.
- dwStatus
- Status of the download. Can be one of the following values:
INTERNET_PREFETCH_ABORTED Operation was aborted. INTERNET_PREFETCH_COMPLETE Operation has completed. INTERNET_PREFETCH_PROGRESS Operation is in progress. - dwSize
- Size, in bytes, of data downloaded so far.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.