Share via


IOsAxsEnumModule::Clone (Windows Embedded CE 6.0)

1/5/2010

This method creates a copy of a specified module enumeration.

Syntax

HRESULT Clone(
  IOsAxsEnumModule** ppenum
);

Parameters

  • ppenum
    [out] Pointer to the list of active modules.

Return Value

The following table shows return values for this method.

Value Description

S_OK

Indicates the method was successful.

E_INVALIDARG

Indicates one or more invalid arguments.

E_OUTOFMEMORY

Indicates an out of memory error occurred.

E_FAIL

Indicates an unexpected error.

Requirements

Header OsAccess.h
Library OSAXSC.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IOsAxsEnumModule
IOsAxs Interfaces