Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
result_cc.h
Go to the documentation of this file.
1/*
2 *
3 * Copyright (c) Microsoft Corporation.
4 * All rights reserved.
5 *
6 * This code is licensed under the MIT License.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * of this software and associated documentation files(the "Software"), to deal
10 * in the Software without restriction, including without limitation the rights
11 * to use, copy, modify, merge, publish, distribute, sublicense, and / or sell
12 * copies of the Software, and to permit persons to whom the Software is
13 * furnished to do so, subject to the following conditions :
14 *
15 * The above copyright notice and this permission notice shall be included in
16 * all copies or substantial portions of the Software.
17 *
18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
21 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 * THE SOFTWARE.
25 *
26 */
27
34#ifndef API_MIP_RESULT_CC_H_
35#define API_MIP_RESULT_CC_H_
36
37#include <stdint.h>
38
40
78
79#endif // API_MIP_RESULT_CC_H_
Export/import and other macros for C API.
mip_cc_result
API success/failure result.
Definition result_cc.h:44
@ MIP_RESULT_ERROR_DOUBLE_KEY_DISABLED
Definition result_cc.h:72
@ MIP_RESULT_ERROR_LICENSE_NOT_REGISTERED
Definition result_cc.h:73
@ MIP_RESULT_ERROR_PRIVILEGED_REQUIRED
Definition result_cc.h:58
@ MIP_RESULT_ERROR_CONTENT_FORMAT_NOT_SUPPORTED
Definition result_cc.h:74
@ MIP_RESULT_ERROR_UNKNOWN
Definition result_cc.h:48
@ MIP_RESULT_ERROR_NOT_SUPPORTED_OPERATION
Definition result_cc.h:57
@ MIP_RESULT_ERROR_CONSENT_DENIED
Definition result_cc.h:60
@ MIP_RESULT_ERROR_TEMPLATE_ARCHIVED
Definition result_cc.h:75
@ MIP_RESULT_ERROR_SERVICE_DISABLED
Definition result_cc.h:63
@ MIP_RESULT_SUCCESS
Definition result_cc.h:45
@ MIP_RESULT_ERROR_FILE_IO_ERROR
Definition result_cc.h:53
@ MIP_RESULT_ERROR_LABEL_NOT_FOUND
Definition result_cc.h:70
@ MIP_RESULT_ERROR_PROXY_AUTH
Definition result_cc.h:64
@ MIP_RESULT_ERROR_NETWORK
Definition result_cc.h:54
@ MIP_RESULT_ERROR_NO_PERMISSIONS
Definition result_cc.h:61
@ MIP_RESULT_ERROR_BAD_INPUT
Definition result_cc.h:52
@ MIP_RESULT_ERROR_JUSTIFICATION_REQUIRED
Definition result_cc.h:56
@ MIP_RESULT_ERROR_DEPRECATED_API
Definition result_cc.h:68
@ MIP_RESULT_ERROR_INTERNAL
Definition result_cc.h:55
@ MIP_RESULT_ERROR_NO_POLICY
Definition result_cc.h:65
@ MIP_RESULT_ERROR_TEMPLATE_NOT_FOUND
Definition result_cc.h:69
@ MIP_RESULT_ERROR_ADHOC_PROTECTION_REQUIRED
Definition result_cc.h:67
@ MIP_RESULT_ERROR_LABEL_DISABLED
Definition result_cc.h:71
@ MIP_RESULT_ERROR_ACCESS_DENIED
Definition result_cc.h:59
@ MIP_RESULT_ERROR_INSUFFICIENT_BUFFER
Definition result_cc.h:49
@ MIP_RESULT_ERROR_NO_AUTH_TOKEN
Definition result_cc.h:62
@ MIP_RESULT_ERROR_OPERATION_CANCELLED
Definition result_cc.h:66
@ MIP_RESULT_ERROR_CUSTOMER_KEY_UNAVAILABLE
Definition result_cc.h:76