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

Defines CouldDiscoveryDelegate interface. More...

#include <functional>
#include <string>
#include <vector>
#include "mip/common_types.h"
#include "mip/mip_namespace.h"
Include dependency graph for cloud_discovery_delegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CloudDiscoveryDelegate
 Interface for overriding cloud discovery. More...
 
class  CloudDiscoveryResult
 Interface for the result of cloud discovery. More...
 
class  ServiceInfo
 Service information returned by cloud discovery. More...
 

Typedefs

typedef std::vector< ServiceInfoServicesInfo
 

Detailed Description

Defines CouldDiscoveryDelegate interface.

Definition in file cloud_discovery_delegate.h.

Typedef Documentation

◆ ServicesInfo

typedef std::vector<ServiceInfo> ServicesInfo

Definition at line 104 of file cloud_discovery_delegate.h.