| Visual Basic | |
|---|---|
Sub GetFiles( _ ByVal lParentWnd As System.Integer, _ Optional ByVal poCallback As IEdmGetOpCallback _ ) | |
| C# | |
|---|---|
void GetFiles( System.int lParentWnd, IEdmGetOpCallback poCallback ) | |
| C++/CLI | |
|---|---|
void GetFiles( & System.int lParentWnd, & IEdmGetOpCallback^ poCallback ) | |
Parameters
- lParentWnd
- Parent window handle
- poCallback
- Optional pointer to a class that implements IEdmGetOpCallback, IEdmGetOpCallback2, or IEdmGetOpCallback3 to control and monitor the operation
See the IEdmBatchGet examples.
Call this method after calling IEdmBatchGet::CreateTree and, optionally, IEdmBatchGet::ShowDlg.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional