Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Interface for all file status functions. More...
#include <file_status.h>
Public Member Functions | |
virtual bool | IsProtected ()=0 |
Checks if a file is protected or not. | |
virtual bool | IsLabeled ()=0 |
Checks if a file is labeled or not. | |
virtual bool | ContainsProtectedObjects ()=0 |
Checks if the unprotected container file contains protected objects. Returns false if this file is protected or not a container file | |
Interface for all file status functions.
|
pure virtual |
Checks if the unprotected container file contains protected objects. Returns false if this file is protected or not a container file
|
pure virtual |
Checks if a file is labeled or not.
|
pure virtual |
Checks if a file is protected or not.