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 user-defined event that is not covered by the general events.
Syntax
typedef enum tagWPC_ARGS_CUSTOMEVENT {
WPC_ARGS_CUSTOMEVENT_PUBLISHER = 0,
WPC_ARGS_CUSTOMEVENT_APPNAME,
WPC_ARGS_CUSTOMEVENT_APPVERSION,
WPC_ARGS_CUSTOMEVENT_EVENT,
WPC_ARGS_CUSTOMEVENT_VALUE1,
WPC_ARGS_CUSTOMEVENT_VALUE2,
WPC_ARGS_CUSTOMEVENT_VALUE3,
WPC_ARGS_CUSTOMEVENT_BLOCKED,
WPC_ARGS_CUSTOMEVENT_REASON,
WPC_ARGS_CUSTOMEVENT_CARGS
} WPC_ARGS_CUSTOMEVENT;
Constants
WPC_ARGS_CUSTOMEVENT_PUBLISHERValue: 0 The publisher of the custom event. |
WPC_ARGS_CUSTOMEVENT_APPNAMEThe application name of the custom event. |
WPC_ARGS_CUSTOMEVENT_APPVERSIONThe application version number of the custom event. |
WPC_ARGS_CUSTOMEVENT_EVENTThe type of event. |
WPC_ARGS_CUSTOMEVENT_VALUE1The first value defined for the custom event. |
WPC_ARGS_CUSTOMEVENT_VALUE2The second value defined for the custom event. |
WPC_ARGS_CUSTOMEVENT_VALUE3The third value defined for the custom event. |
WPC_ARGS_CUSTOMEVENT_BLOCKEDThe custom event is blocked. |
WPC_ARGS_CUSTOMEVENT_REASONThe reason for the custom event. |
WPC_ARGS_CUSTOMEVENT_CARGSThe arguments for the custom event. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |