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 the download of a media file.
Syntax
typedef enum tagWPC_ARGS_MEDIADOWNLOADEVENT {
WPC_ARGS_MEDIADOWNLOADEVENT_APPNAME = 0,
WPC_ARGS_MEDIADOWNLOADEVENT_APPVERSION,
WPC_ARGS_MEDIADOWNLOADEVENT_MEDIATYPE,
WPC_ARGS_MEDIADOWNLOADEVENT_PATH,
WPC_ARGS_MEDIADOWNLOADEVENT_TITLE,
WPC_ARGS_MEDIADOWNLOADEVENT_PML,
WPC_ARGS_MEDIADOWNLOADEVENT_ALBUM,
WPC_ARGS_MEDIADOWNLOADEVENT_EXPLICIT,
WPC_ARGS_MEDIADOWNLOADEVENT_REASON,
WPC_ARGS_MEDIADOWNLOADEVENT_CARGS
} WPC_ARGS_MEDIADOWNLOADEVENT;
Constants
WPC_ARGS_MEDIADOWNLOADEVENT_APPNAMEValue: 0 The name of the application used to download the media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_APPVERSIONThe version of the application used to download the media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_MEDIATYPEThe type of media file downloaded. |
WPC_ARGS_MEDIADOWNLOADEVENT_PATHThe path used to download the media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_TITLEThe title of the downloaded media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_PMLThe parental management level (PML) of the downloaded media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_ALBUMThe album information of the downloaded media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_EXPLICITThe explicit rating of the downloaded media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_REASONThe reason used to download the media file. |
WPC_ARGS_MEDIADOWNLOADEVENT_CARGSThe arguments used to download the media file. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |