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_URL Value: 0 The address URL of a website viewed. |
WPC_ARGS_URLVISITEVENT_APPNAME The name of the application used to view the website. |
WPC_ARGS_URLVISITEVENT_VERSION The version of the application used to view the website. |
WPC_ARGS_URLVISITEVENT_REASON The reason for viewing the website. |
WPC_ARGS_URLVISITEVENT_RATINGSYSTEMID The identifier of the rating system used to view the website. |
WPC_ARGS_URLVISITEVENT_CATCOUNT The number of categories viewed on the website. |
WPC_ARGS_URLVISITEVENT_CATEGORY The category of the website. |
WPC_ARGS_URLVISITEVENT_CARGS The 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 |