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 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_TIMESTAMPValue: 0 The time stamp for the blocked application. |
WPC_ARGS_SAFERAPPBLOCKED_USERIDThe user identifier of the blocked application. |
WPC_ARGS_SAFERAPPBLOCKED_PATHThe location of the blocked application. |
WPC_ARGS_SAFERAPPBLOCKED_RULEIDThe rule identifier of the blocked application. |
WPC_ARGS_SAFERAPPBLOCKED_CARGSThe arguments of the blocked application. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Header | wpcevent.h |