Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in 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"
+ Include dependency graph for consent_callback_cc.h:
+ This graph shows which files directly or indirectly include this file:

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.

Definition in file consent_callback_cc.h.

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.

Definition at line 44 of file consent_callback_cc.h.

44 {
45 MIP_CONSENT_ACCEPT_ALWAYS = 0, /**< Consent and remember this decision */
46 MIP_CONSENT_ACCEPT = 1, /**< Consent just one time */
47 MIP_CONSENT_REJECT = 2 /**< Do not consent */
mip_cc_consent
A user's response when consent is requested to connect to an unrecognized service endpoint.
@ MIP_CONSENT_ACCEPT
Consent just one time.
@ MIP_CONSENT_ACCEPT_ALWAYS
Consent and remember this decision.
@ 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