Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_metadata_entry Struct Reference

Metadata entry. More...

#include <src/api/mip_cc/upe/metadata_dictionary_cc.h>

Data Fields

const char * key
 Key entry.
 
const char * value
 Value entry.
 
uint32_t version
 Version entry, should be initialized to 0 unless otherwise known.
 

Detailed Description

Metadata entry.

Definition at line 49 of file metadata_dictionary_cc.h.

Field Documentation

◆ key

const char* mip_cc_metadata_entry::key

Key entry.

Definition at line 50 of file metadata_dictionary_cc.h.

◆ value

const char* mip_cc_metadata_entry::value

Value entry.

Definition at line 51 of file metadata_dictionary_cc.h.

◆ version

uint32_t mip_cc_metadata_entry::version

Version entry, should be initialized to 0 unless otherwise known.

Definition at line 52 of file metadata_dictionary_cc.h.


The documentation for this struct was generated from the following file: