Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
audit_delegate.h File Reference

A file containing the AuditDelegate class to be used to override MIP audit. More...

Include dependency graph for audit_delegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AuditDelegate
 A class that defines the interface to the MIP SDK audit notifications. More...
 

Enumerations

enum class  EnableAuditSetting : unsigned int { Undefined = 0 , Enabled = 1 , Disabled = 2 }
 Audit Settings in policy. More...
 

Detailed Description

A file containing the AuditDelegate class to be used to override MIP audit.

Definition in file audit_delegate.h.

Enumeration Type Documentation

◆ EnableAuditSetting

enum class EnableAuditSetting : unsigned int
strong

Audit Settings in policy.

Enumerator
Undefined 
Enabled 
Disabled 

Definition at line 46 of file audit_delegate.h.

46 : unsigned int {
47 Undefined = 0, /* Audit has not been enabled or disabled */
48 Enabled = 1, /* Audit has been enabled */
49 Disabled = 2, /* Audit has been disabled */
50};