WPC_ARGS_SAFERAPPBLOCKED enumeration (wpcevent.h)

Indicates information about a safer application that is being blocked.

Syntax

typedef enum tagWPC_ARGS_SAFERAPPBLOCKED {
  WPC_ARGS_SAFERAPPBLOCKED_TIMESTAMP = 0,
  WPC_ARGS_SAFERAPPBLOCKED_USERID,
  WPC_ARGS_SAFERAPPBLOCKED_PATH,
  WPC_ARGS_SAFERAPPBLOCKED_RULEID,
  WPC_ARGS_SAFERAPPBLOCKED_CARGS
} WPC_ARGS_SAFERAPPBLOCKED;

Constants

 
WPC_ARGS_SAFERAPPBLOCKED_TIMESTAMP
Value: 0
The time stamp for the blocked application.
WPC_ARGS_SAFERAPPBLOCKED_USERID
The user identifier of the blocked application.
WPC_ARGS_SAFERAPPBLOCKED_PATH
The location of the blocked application.
WPC_ARGS_SAFERAPPBLOCKED_RULEID
The rule identifier of the blocked application.
WPC_ARGS_SAFERAPPBLOCKED_CARGS
The arguments of the blocked application.

Requirements

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