IGPMMigrationTable::GetEntries method (gpmgmt.h)

Returns a IGPMMapEntryCollection interface.

Syntax

HRESULT GetEntries(
  [out] IGPMMapEntryCollection **ppEntries
);

Parameters

[out] ppEntries

The list of entries in the migration table.

Return value

C++

Returns S_OK if successful. Returns a failure code if an error occurs.

JScript

Returns a reference to a GPMMapEntryCollection object.

VB

Returns a reference to a GPMMapEntryCollection object.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header gpmgmt.h
DLL Gpmgmt.dll

See also

IGPMMigrationTable