Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
FileInspector Class Referenceabstract

#include <src/api/mip/file/file_inspector.h>

+ Inheritance diagram for FileInspector:

Public Member Functions

virtual std::shared_ptr< StreamGetFileStream () const =0
 Get the file stream.
 
virtual InspectorType GetInspectorType () const =0
 Get file types,.
 

Detailed Description

Definition at line 47 of file file_inspector.h.

Member Function Documentation

◆ GetFileStream()

virtual std::shared_ptr< Stream > FileInspector::GetFileStream ( ) const
pure virtual

Get the file stream.

Returns
a shared ptr to the file stream.

◆ GetInspectorType()

virtual InspectorType FileInspector::GetInspectorType ( ) const
pure virtual

Get file types,.

Returns
InspectorType.

The documentation for this class was generated from the following file: