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.
Note Windows Information Protection (WIP) policy can be applied on Windows 10, version 1607.
If the caller intends to set a personal intent on the token, then NULL should be passed as enterprise ID.
Syntax
HRESULT SrpSetTokenEnterpriseId(
[in] HANDLE tokenHandle,
[in, optional] PCWSTR enterpriseId
);
Parameters
[in] tokenHandle
The token handle on which the intent is to be set.
[in, optional] enterpriseId
The enterprise ID to set as intent.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
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 |