WPC_ARGS_CUSTOMEVENT enumeration (wpcevent.h)

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_PUBLISHER
Value: 0
The publisher of the custom event.
WPC_ARGS_CUSTOMEVENT_APPNAME
The application name of the custom event.
WPC_ARGS_CUSTOMEVENT_APPVERSION
The application version number of the custom event.
WPC_ARGS_CUSTOMEVENT_EVENT
The type of event.
WPC_ARGS_CUSTOMEVENT_VALUE1
The first value defined for the custom event.
WPC_ARGS_CUSTOMEVENT_VALUE2
The second value defined for the custom event.
WPC_ARGS_CUSTOMEVENT_VALUE3
The third value defined for the custom event.
WPC_ARGS_CUSTOMEVENT_BLOCKED
The custom event is blocked.
WPC_ARGS_CUSTOMEVENT_REASON
The reason for the custom event.
WPC_ARGS_CUSTOMEVENT_CARGS
The arguments for the custom event.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header wpcevent.h