IGPM::CreateMigrationTable method (gpmgmt.h)

Creates an empty migration table.

Syntax

HRESULT CreateMigrationTable(
  [out] IGPMMigrationTable **ppMigrationTable
);

Parameters

[out] ppMigrationTable

Receives the created migration table that contains no entries. See IGPMMigrationTable.

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