Edit

SrpCreateThreadNetworkContext function (srpapi.h)

Note  Windows Information Protection (WIP) policy can be applied on Windows 10, version 1607.
 
Sets the enterprise ID as the data context of the current thread. This is allowed only if the process already has the same enterprise ID present in its process context. It optionally returns the existing thread token.

Syntax

HRESULT SrpCreateThreadNetworkContext(
  [in]  PCWSTR                  enterpriseId,
  [out] HTHREAD_NETWORK_CONTEXT *threadNetworkContext
);

Parameters

[in] enterpriseId

The enterprise ID to set in the current thread's token.

[out] threadNetworkContext

On success, holds the existing thread token.

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