Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
file_inspector.h File Reference
#include <memory>
#include <vector>
#include "mip/mip_namespace.h"
#include "mip/stream.h"

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_

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.