IGPMMigrationTable::GetEntry method (gpmgmt.h)
The GetEntry method gets the entry in the migration table for a specified source field.
Syntax
HRESULT GetEntry(
[in] BSTR bstrSource,
[out] IGPMMapEntry **ppEntry
);
Parameters
[in] bstrSource
Source field of the entry to retrieve.
[out] ppEntry
A pointer to an IGPMMapEntry interface.
Return value
C++
Returns S_OK if successful. Returns a failure code if an error occurs.JScript
Returns a reference to a GPMMapEntry object.VB
Returns a reference to a GPMMapEntry object.Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | gpmgmt.h |
DLL | Gpmgmt.dll |