| Microsoft Information Protection SDK - C 1.17
    API Reference Documentation for C | 
Defines C-Style TemplateDescriptor functions. More...
#include "mip_cc/common_types_cc.h"#include "mip_cc/error_cc.h"#include "mip_cc/mip_macros_cc.h"#include "mip_cc/result_cc.h"Go to the source code of this file.
| Typedefs | |
| typedef mip_cc_handle * | mip_cc_template_descriptor | 
| Functions | |
| MIP_CC_API (mip_cc_result) MIP_CC_TemplateDescriptor_GetId(const mip_cc_template_descriptor protectionDescriptor | |
| Gets template ID. | |
| MIP_CC_API (void) MIP_CC_ReleaseTemplateDescriptor(mip_cc_template_descriptor templateDescriptor) | |
| Release resources associated with a template descriptor. | |
| Variables | |
| mip_cc_guid * | templateId | 
| mip_cc_guid mip_cc_error * | errorInfo | 
| int64_t * | nameSize | 
| char * | nameBuffer | 
| char const int64_t | nameBufferSize | 
| char const int64_t int64_t * | actualNameSize | 
| int64_t * | descriptionSize | 
Defines C-Style TemplateDescriptor functions.
| typedef mip_cc_handle* mip_cc_template_descriptor | 
| MIP_CC_API | ( | mip_cc_result | ) | const | 
Gets template ID.
Gets Template description.
Gets size of buffer required to store description.
Gets Template name.
Gets size of buffer required to store name.
| protectionDescriptor | Descriptor associated with protected content | 
| templateId | [Output] Template ID associated with protection | 
| errorInfo | [Output] (Optional) Failure info if operation result is error | 
| templateDescriptor | Descriptor associated with template | 
| nameSize | [Output] Size of buffer to hold name (in number of chars) | 
| errorInfo | [Output] (Optional) Failure info if operation result is error | 
| templateDescriptor | Descriptor associated with template | 
| nameBuffer | [Output] Buffer the name will be copied into. | 
| nameBufferSize | Size (in number of chars) of the nameBuffer. | 
| actualNameSize | [Output] Number of chars written to the buffer | 
| errorInfo | [Output] (Optional) Failure info if operation result is error | 
| templateDescriptor | Descriptor associated with template | 
| descriptionSize | [Output] Size of buffer to hold description (in number of chars) | 
| errorInfo | [Output] (Optional) Failure info if operation result is error | 
| templateDescriptor | Descriptor associated with template | 
| descriptionBuffer | [Output] Buffer the description will be copied into. | 
| descriptionBufferSize | Size (in number of chars) of the descriptionBuffer. | 
| actualNameSize | [Output] Number of chars written to the buffer | 
| errorInfo | [Output] (Optional) Failure info if operation result is error | 
| MIP_CC_API | ( | void | ) | 
Release resources associated with a template descriptor.
| templateDescriptor | Template descriptor to be released | 
| char const int64_t int64_t * actualNameSize | 
| int64_t* descriptionSize | 
| char const int64_t int64_t mip_cc_error* errorInfo | 
| char * nameBuffer | 
| char const int64_t nameBufferSize | 
| int64_t * nameSize | 
| mip_cc_guid* templateId |