| Visual Basic | |
|---|---|
Function ShowDlg( _ ByVal hParentWnd As System.Integer, _ ByVal lEdmAddFileDlgFlags As System.Integer, _ Optional ByVal bsMessage As System.String, _ Optional ByVal bsCaption As System.String _ ) As System.Boolean | |
| C# | |
|---|---|
System.bool ShowDlg( System.int hParentWnd, System.int lEdmAddFileDlgFlags, System.string bsMessage, System.string bsCaption ) | |
| C++/CLI | |
|---|---|
System.bool ShowDlg( & System.int hParentWnd, & System.int lEdmAddFileDlgFlags, & System.String^ bsMessage, & System.String^ bsCaption ) | |
Parameters
- hParentWnd
- Parent window handle for the dialog box
- lEdmAddFileDlgFlags
- Combination of EdmAddFileDlgFlag bits
- bsMessage
- Message to display in the dialog box
- bsCaption
- Dialog box caption
Return Value
True if the user clicked OK, false if the user clicked CancelSee the IEdmBatchAdd examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2009