IEnumWindowFrames::Clone Method (IEnumWindowFrames^)

 

Clones this IEnumWindowFrames interface by creating another instance.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int Clone(
	[OutAttribute] IEnumWindowFrames^% ppenum
)

Parameters

ppenum
Type: Microsoft.VisualStudio.Shell.Interop::IEnumWindowFrames^

[out] Reference to the cloned IEnumWindowFrames interface.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IEnumWindowFrames::Clone(
   [out] IEnumWindowFrames **ppenum
);
Return to top
Show: