| Microsoft Information Protection SDK - C 1.17
    API Reference Documentation for 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.
| enum mip_cc_consent | 
| 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 |