ITsSbResourcePluginStore::RemoveEnvironmentFromStore method (sbtsv.h)

Removes the specified environment from the resource plug-in store.

Syntax

HRESULT RemoveEnvironmentFromStore(
  [in]           BSTR EnvironmentName,
  [in, optional] BOOL bIgnoreOwner
);

Parameters

[in] EnvironmentName

The name of the environment to remove.

[in, optional] bIgnoreOwner

Set TRUE to ignore ownership of the environment; FALSE otherwise.

Windows Server 2012 R2 and Windows Server 2012:  This parameter is not supported before Windows Server 2016.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2012
Target Platform Windows
Header sbtsv.h

See also

ITsSbResourcePluginStore

ITsSbResourcePluginStoreEx