IWdsTransportNamespaceManager::RetrieveNamespace method (wdstptmgmt.h)

Retrieves, by name, an object of an IWdsTransportNamespace interface. The name should be registered with the namespace on the WDS transport server.

Syntax

HRESULT RetrieveNamespace(
  [in]  BSTR                   bszNamespaceName,
  [out] IWdsTransportNamespace **ppWdsTransportNamespace
);

Parameters

[in] bszNamespaceName

The name of the namespace for which an object is being returned. The namespace should be registered with the WDS transport server.

[out] ppWdsTransportNamespace

A pointer to the object of an IWdsTransportNamespace interface that matches the specified name.

Return value

Standard HRESULT error values are used: S_OK for success; others for failure.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wdstptmgmt.h
DLL Wdstptmgmt.dll

See also

IWdsTransportNamespace

IWdsTransportNamespaceManager