Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
file_inspector.h File Reference
#include <memory>
#include <vector>
#include "mip/mip_namespace.h"
#include "mip/stream.h"
+ Include dependency graph for file_inspector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileInspector
 

Macros

#define API_MIP_FILE_FILE_INSPECTOR_H_
 

Enumerations

enum class  InspectorType : unsigned int {
  Unknown ,
  Msg
}
 Inspector type correlating to supported file types. More...
 

Macro Definition Documentation

◆ API_MIP_FILE_FILE_INSPECTOR_H_

#define API_MIP_FILE_FILE_INSPECTOR_H_

Definition at line 35 of file file_inspector.h.

Enumeration Type Documentation

◆ InspectorType

enum class InspectorType : unsigned int
strong

Inspector type correlating to supported file types.

Enumerator
Unknown 

Unkown file inspector.

Msg 

Msg style file inspector, rpmsg / msg based.

Definition at line 42 of file file_inspector.h.

42 : unsigned int {
43 Unknown, /**< Unkown file inspector. */
44 Msg /**< Msg style file inspector, rpmsg / msg based. */
45};
@ Unknown
Unkown file inspector.
@ Msg
Msg style file inspector, rpmsg / msg based.