| Visual Basic | |
|---|---|
Sub GetAddInInfo2( _ ByVal bsPath As System.String, _ ByVal oReserved As System.Object, _ ByRef poInfo As EdmAddInInfo2 _ ) | |
| C# | |
|---|---|
void GetAddInInfo2( System.string bsPath, System.object oReserved, out EdmAddInInfo2 poInfo ) | |
| C++/CLI | |
|---|---|
void GetAddInInfo2( & System.String^ bsPath, & System.Object^ oReserved, & [Out] EdmAddInInfo2 poInfo ) | |
Parameters
- bsPath
- Path to the DLL about which to get information
- oReserved
- Must be empty
- poInfo
- EdmAddInInfo2 structure; returned add-in information
See the IEdmAddInMgr5 examples.
This method supersedes IEdmAddInMgr5::GetAddInInfo which returned less information about the add-in.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.4 of SOLIDWORKS PDM Professional