This document is archived and information here might be outdated. Recommended version. |
Opens the dialog to choose data.
[Visual Basic .NET] Public Function DoModalOpen ( _ ByVal lParentWindow As Integer, _ ByRef ppiSelection As IEnumTxObject _ ) As Boolean
[C#] public bool DoModalOpen ( int lParentWindow, ref IEnumTxObject ppiSelection );
[C++]
HRESULT DoModalOpen(
long lParentWindow,
IEnumTxObject** ppiSelection
);
[C++] Parameters lParentWindow [in]
lParentWindow is a parameter of type long ppiSelection [out]
ppiSelection is a parameter of type IEnumTxObject**