SOLIDWORKS PDM Professional API Help Send Feedback
ShowCommitErrorsDlg Method (IEdmBatchDelete)
See Also 
EPDM.Interop.epdm Namespace > IEdmBatchDelete Interface : ShowCommitErrorsDlg Method (IEdmBatchDelete)


hParentWnd
Parent window handle for the dialog box
Shows a dialog box containing the errors that occurred during IEdmBatchDelete::CommitDelete.

Syntax

Visual Basic 
Sub ShowCommitErrorsDlg( _
   ByVal hParentWnd As System.Integer _
) 
C# 
void ShowCommitErrorsDlg( 
   System.int hParentWnd
)
C++/CLI 
void ShowCommitErrorsDlg( 
&   System.int hParentWnd
) 

Parameters

hParentWnd
Parent window handle for the dialog box

Example

See the IEdmBatchDelete examples.

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • E_EDM_NOT_INITIALIZED: IEdmBatchDelete::CommitDelete has not been called.
 

See Also

Availability

SOLIDWORKS PDM Professional 2008