Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.62 KB

icorprofilerfunctionenum-clone-method.md

File metadata and controls

48 lines (36 loc) · 1.62 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorProfilerFunctionEnum::Clone Method
ICorProfilerFunctionEnum::Clone Method
03/30/2017
ICorProfilerFunctionEnum.Clone Method
mscorwks.dll
COM
ICorProfilerFunctionEnum::Clone
ICorProfilerFunctionEnum::Clone method [.NET Framework profiling]
Clone method, ICorProfilerFunctionEnum interface [.NET Framework profiling]
0c3d4835-e111-4e82-af6d-53f140b8f2c9
apiref

ICorProfilerFunctionEnum::Clone Method

Gets an interface pointer to a copy of this ICorProfilerFunctionEnum interface.

Syntax

HRESULT Clone([out] ICorProfilerFunctionEnum **ppEnum);  

Parameters

ppEnum
[out] A pointer to the interface pointer, which, in turn, points to the copy of this ICorProfilerFunctionEnum interface. The copy of the enumerator maintains its own enumeration state separately from this enumerator. However, the copy's initial cursor position is the same as this enumerator's current cursor position.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v40plus]

See also