IEGetPrivateNamespaceName function

[This documentation is preliminary and is subject to change.]

Returns a namespace suitable for creating securable objects that can be accessed by low-intregrity processes, such as Internet Explorer 11 when enhanced protected mode (EPM) is enabled.

Syntax

HRESULT WINAPI IEGetPrivateNamespaceName(
  _In_   IEPrivateNamespaceScope dwScope,
  _Out_  BSTR *pbstrNamespaceName
);

Parameters

  • dwScope [in]
    Specifies the private namespace to return.

  • pbstrNamespaceName [out]
    Gets the name of a specified private namespace.

Return value

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

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Product

IE11

Header

Urlmon.h

Library

Urlmon.idl

DLL

Urlmon.dll