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_handle Struct Reference

Opaque handle to MIP object. More...

#include <src/api/mip_cc/common_types_cc.h>

Data Fields

void * data
 Raw handle data.
 
uint32_t typeId
 Magic number uniquely identifying s specific handle type.
 

Detailed Description

Opaque handle to MIP object.

Definition at line 44 of file common_types_cc.h.

Field Documentation

◆ data

void* mip_cc_handle::data

Raw handle data.

Definition at line 46 of file common_types_cc.h.

◆ typeId

uint32_t mip_cc_handle::typeId

Magic number uniquely identifying s specific handle type.

Definition at line 45 of file common_types_cc.h.


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