Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Specifies audit actions for calls to EdpAuditAction.
Syntax
typedef enum {
SystemGenerated = 0,
FileDecrypt,
CopyToLocation,
SendToRecipient,
Other,
FileRead,
NetworkAccess,
} EDP_AUDIT_ACTION;
Constants
SystemGenerated
Do not use.
FileDecrypt
A WIP protected file was decrypted.
CopyToLocation
WIP enterprise data was copied.
SendToRecipient
WIP enterprise data was sent such as in email.
FileRead
WIP protected file was read by a personal app or in a personal context.
NetworkAccess
WIP enterprise network endpoint was accessed in a personal app or in a personal context.
Other
For other cases.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 |
| Minimum supported server | Windows 10 |
| Header | None |