Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use SrpDisablePermissiveModeFileEncryption to disable the mode.
This API does not attempt to handle nested calls by reference counting or such. Subsequent calls to SrpEnablePermissiveModeFileEncryption after the first successful call to this API will not have any effect.
Syntax
HRESULT SrpEnablePermissiveModeFileEncryption(
[in, optional] PCWSTR enterpriseId
);
Parameters
[in, optional] enterpriseId
Contains enterprise ID string. In TH2 this is not used.
Return value
If this function succeeds, it returns S_OK.
HRESULT_FROM_WIN32 (ERROR_INVALID_STATE) indicates that thread tagging cannot be performed due to either process or thread context.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | srpapi.h |
| Library | Srpapi.lib |
| DLL | Srpapi.dll |