| Visual Basic | |
|---|---|
Sub DestroyDeletedItems2( _ ByVal poDeletedItems() As EdmDeletedItems, _ ByRef ppoFiles() As EdmFileInfo, _ ByRef poErrors() As EdmBatchDelErrInfo _ ) | |
| C# | |
|---|---|
void DestroyDeletedItems2( EdmDeletedItems[] poDeletedItems, out EdmFileInfo[] ppoFiles, out EdmBatchDelErrInfo[] poErrors ) | |
| C++/CLI | |
|---|---|
void DestroyDeletedItems2( & array<EdmDeletedItems>^ poDeletedItems, & [Out] array<EdmFileInfo>^ ppoFiles, & [Out] array<EdmBatchDelErrInfo>^ poErrors ) | |
Parameters
- poDeletedItems
- Array of EdmDeletedItems structures; one structure for each deleted file
- ppoFiles
- Array of EdmFileInfo structures; one structure for each destroyed file containing information about the file
- poErrors
- Array of EdmBatchDelErrInfo structures; one structure for each destroyed file containing information about errors that occurred during this operation
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2022