Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
consent_callback_cc.h File Reference

Defines consent callback functions. More...

#include <stdint.h>
#include "mip_cc/mip_macros_cc.h"

Go to the source code of this file.

Enumerations

enum  mip_cc_consent { MIP_CONSENT_ACCEPT_ALWAYS = 0 , MIP_CONSENT_ACCEPT = 1 , MIP_CONSENT_REJECT = 2 }
 A user's response when consent is requested to connect to an unrecognized service endpoint. More...
 

Functions

 MIP_CC_CALLBACK (mip_cc_consent_callback, mip_cc_consent, const char *)
 callback function definition for consent from user to access external service endpoint
 

Detailed Description

Defines consent callback functions.

Enumeration Type Documentation

◆ mip_cc_consent

A user's response when consent is requested to connect to an unrecognized service endpoint.

Enumerator
MIP_CONSENT_ACCEPT_ALWAYS 

Consent and remember this decision

MIP_CONSENT_ACCEPT 

Consent just one time

MIP_CONSENT_REJECT 

Do not consent

Function Documentation

◆ MIP_CC_CALLBACK()

MIP_CC_CALLBACK ( mip_cc_consent_callback ,
mip_cc_consent ,
const char *  )

callback function definition for consent from user to access external service endpoint

Parameters
urlThe URL for which the SDK requires user consent
Returns
User consent response