IGPM::GetMigrationTable method (gpmgmt.h)

Loads the migration table at a specified path.

Syntax

HRESULT GetMigrationTable(
  [in] BSTR               bstrMigrationTablePath,
       IGPMMigrationTable **ppMigrationTable
);

Parameters

[in] bstrMigrationTablePath

The path of the migration table to be loaded. Use a null-terminated string.

ppMigrationTable

The migration table interface that contains the entries from 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 GPMMigrationTable object.

VB

Returns a reference to a GPMMigrationTable 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

IGPM

IGPMMigrationTable