| Visual Basic | |
|---|---|
Sub UnlockFiles( _ ByVal lParentWnd As System.Integer, _ Optional ByVal poCallback As IEdmUnlockOpCallback _ ) | |
| C# | |
|---|---|
void UnlockFiles( System.int lParentWnd, IEdmUnlockOpCallback poCallback ) | |
| C++/CLI | |
|---|---|
void UnlockFiles( & System.int lParentWnd, & IEdmUnlockOpCallback^ poCallback ) | |
Parameters
- lParentWnd
- Parent window handle
- poCallback
- IEdmUnlockOpCallback; optional callback that you can implement to receive more information about the unlock operation
See the IEdmBatchUnlock examples.
See the IEdmBatchUnlock remarks for information about using this method.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.3 of SOLIDWORKS PDM Professional