IWdsTransportNamespace::Clone method (wdstptmgmt.h)

Copies the information from this namespace object into a new, unregistered namespace object in memory.

Syntax

HRESULT Clone(
  [out] IWdsTransportNamespace **ppWdsTransportNamespaceClone
);

Parameters

[out] ppWdsTransportNamespaceClone

An interface pointer to a new, unregistered copy of this namespace.

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