This document is archived and information here might be outdated. Recommended version. |
Generate a list of objects to transfer.
[Visual Basic .NET] Public Function GenerateNameMapping ( _ ByVal from As IEnumName, _ ByVal toName As IName, _ ByRef to As IEnumNameMapping _ ) As Boolean
[C#] public bool GenerateNameMapping ( IEnumName from, IName toName, ref IEnumNameMapping to );
[C++]
HRESULT GenerateNameMapping(
IEnumName* from,
IName* toName,
IEnumNameMapping** to
);
[C++] Parameters from [in]
from is a parameter of type IEnumName* toName [in]
toName is a parameter of type IName* to [out]
to is a parameter of type IEnumNameMapping**