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 address URL of a website viewed.
Syntax
typedef enum tagWPC_ARGS_URLVISITEVENT {
WPC_ARGS_URLVISITEVENT_URL = 0,
WPC_ARGS_URLVISITEVENT_APPNAME,
WPC_ARGS_URLVISITEVENT_VERSION,
WPC_ARGS_URLVISITEVENT_REASON,
WPC_ARGS_URLVISITEVENT_RATINGSYSTEMID,
WPC_ARGS_URLVISITEVENT_CATCOUNT,
WPC_ARGS_URLVISITEVENT_CATEGORY,
WPC_ARGS_URLVISITEVENT_CARGS
} WPC_ARGS_URLVISITEVENT;
Constants
WPC_ARGS_URLVISITEVENT_URLValue: 0 The address URL of a website viewed. |
WPC_ARGS_URLVISITEVENT_APPNAMEThe name of the application used to view the website. |
WPC_ARGS_URLVISITEVENT_VERSIONThe version of the application used to view the website. |
WPC_ARGS_URLVISITEVENT_REASONThe reason for viewing the website. |
WPC_ARGS_URLVISITEVENT_RATINGSYSTEMIDThe identifier of the rating system used to view the website. |
WPC_ARGS_URLVISITEVENT_CATCOUNTThe number of categories viewed on the website. |
WPC_ARGS_URLVISITEVENT_CATEGORYThe category of the website. |
WPC_ARGS_URLVISITEVENT_CARGSThe arguments used to view the website. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |