Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates information about a file that has been downloaded.
Syntax
typedef enum tagWPC_ARGS_FILEDOWNLOADEVENT {
WPC_ARGS_FILEDOWNLOADEVENT_URL = 0,
WPC_ARGS_FILEDOWNLOADEVENT_APPNAME,
WPC_ARGS_FILEDOWNLOADEVENT_VERSION,
WPC_ARGS_FILEDOWNLOADEVENT_BLOCKED,
WPC_ARGS_FILEDOWNLOADEVENT_PATH,
WPC_ARGS_FILEDOWNLOADEVENT_CARGS
} WPC_ARGS_FILEDOWNLOADEVENT;
Constants
WPC_ARGS_FILEDOWNLOADEVENT_URLValue: 0 The URL or web address of the downloaded file. |
WPC_ARGS_FILEDOWNLOADEVENT_APPNAMEThe name of the application used to download the file. |
WPC_ARGS_FILEDOWNLOADEVENT_VERSIONThe version of the application used to download the file. |
WPC_ARGS_FILEDOWNLOADEVENT_BLOCKEDThe file download was blocked. |
WPC_ARGS_FILEDOWNLOADEVENT_PATHThe path ___location of the downloaded file. |
WPC_ARGS_FILEDOWNLOADEVENT_CARGSThe arguments for the file download. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |