Edit

SrpSetTokenEnterpriseId function (srpapi.h)

Note  Windows Information Protection (WIP) policy can be applied on Windows 10, version 1607.
 
Sets a data intent on a token. The caller process should be enterprise allowed for the provided enterprise ID.

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