RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
Main Page
Related Pages
Classes
sdk
rmsauth_sdk
rmsauth
rmsauth
PromptBehavior.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 PROMPTBEHAVIOR_H
10
#define PROMPTBEHAVIOR_H
11
12
enum class
PromptBehavior
13
{
14
Auto,
15
Always,
16
Never,
17
RefreshSession
18
};
19
20
#endif // PROMPTBEHAVIOR
Generated on Mon Jul 27 2015 15:06:46 for RMS SDK for C++ by
1.8.9.1