Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
add_watermark_action_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*/
33#ifndef API_MIP_UPE_ADD_WATERMARK_ACTION_CC_H_
34#define API_MIP_UPE_ADD_WATERMARK_ACTION_CC_H_
35
36#include "mip_cc/error_cc.h"
38
48MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetUIElementNameSize(
49 const mip_cc_action action,
50 int64_t* nameSize,
52
67MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetUIElementName(
68 const mip_cc_action action,
70 const int64_t nameBufferSize,
73
83MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetLayout(
84 const mip_cc_action action,
87
97MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetTextSize(
98 const mip_cc_action action,
99 int64_t* textSize,
101
116MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetText(
117 const mip_cc_action action,
119 const int64_t textBufferSize,
122
132MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetFontNameSize(
133 const mip_cc_action action,
134 int64_t* nameSize,
136
151MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetFontName(
152 const mip_cc_action action,
153 char* nameBuffer,
154 const int64_t nameBufferSize,
155 int64_t* actualNameSize,
157
167MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetFontSize(
168 const mip_cc_action action,
169 int32_t* fontSize,
171
181MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetFontColorSize(
182 const mip_cc_action action,
183 int64_t* colorSize,
185
200MIP_CC_API(mip_cc_result) MIP_CC_AddWatermarkAction_GetFontColor(
201 const mip_cc_action action,
203 const int64_t colorBufferSize,
206
207#endif // API_MIP_UPE_ADD_WATERMARK_ACTION_CC_H_
Contains C API definitions for label policy actions.
char const int64_t int64_t * actualColorSize
Definition add_watermark_action_cc.h:204
int64_t * nameSize
Definition add_watermark_action_cc.h:50
int64_t * colorSize
Definition add_watermark_action_cc.h:183
char const int64_t int64_t * actualNameSize
Definition add_watermark_action_cc.h:71
int32_t * fontSize
Definition add_watermark_action_cc.h:169
int64_t * textSize
Definition add_watermark_action_cc.h:99
char * colorBuffer
Definition add_watermark_action_cc.h:202
int64_t mip_cc_error * errorInfo
Definition add_watermark_action_cc.h:51
mip_cc_watermark_layout * layout
Definition add_watermark_action_cc.h:85
char const int64_t nameBufferSize
Definition add_watermark_action_cc.h:70
char const int64_t int64_t * actualTextSize
Definition add_watermark_action_cc.h:120
char const int64_t colorBufferSize
Definition add_watermark_action_cc.h:203
char const int64_t textBufferSize
Definition add_watermark_action_cc.h:119
char * nameBuffer
Definition add_watermark_action_cc.h:69
char * textBuffer
Definition add_watermark_action_cc.h:118
mip_cc_watermark_layout
Layout for watermarks.
Definition common_types_cc.h:94
MIP_CC_API(void) MIP_CC_ReleaseDictionary(mip_cc_dictionary dictionary)
Release resources associated with a dictionary.
Error definition and functions.
mip_cc_result
API success/failure result.
Definition result_cc.h:44
Error information.
Definition error_cc.h:79
Opaque handle to MIP object.
Definition common_types_cc.h:44