RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
Main Page
Related Pages
Classes
sdk
rms_sdk
ModernAPI
ConsentType.h
1
/*
2
* ======================================================================
3
* Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
4
* Licensed under the MIT License.
5
* See LICENSE.md in the project root for license information.
6
* ======================================================================
7
*/
8
9
#ifndef CONSENTTYPE
10
#define CONSENTTYPE
11
#include "ModernAPIExport.h"
12
13
namespace
rmscore
{
14
namespace
modernapi {
18
enum class
ConsentType : char
19
{
23
DocumentTrackingConsent = 0,
24
28
ServiceUrlConsent = 1
29
};
30
}
// namespace modernapi
31
}
// namespace rmscore
32
33
34
#endif // CONSENTTYPE
rmscore
Definition:
AuthenticationCallbackImpl.h:16
Generated on Mon Jul 27 2015 15:06:46 for RMS SDK for C++ by
1.8.9.1