Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
|
Defines consent callback functions. More...
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 | |
Defines consent callback functions.
Definition in file consent_callback_cc.h.
enum 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.
MIP_CC_CALLBACK | ( | mip_cc_consent_callback | , |
mip_cc_consent | , | ||
const char * | ) |
callback function definition for consent from user to access external service endpoint
url | The URL for which the SDK requires user consent |