| Visual Basic | |
|---|---|
Sub LaunchApp( _ ByVal hParentWnd As System.Integer, _ Optional ByVal bsDefault As System.String, _ Optional ByVal oStartFolderPathOrID As System.Object, _ Optional ByVal lEdmLaunchSearchFlags As System.Integer _ ) | |
| C# | |
|---|---|
void LaunchApp( System.int hParentWnd, System.string bsDefault, System.object oStartFolderPathOrID, System.int lEdmLaunchSearchFlags ) | |
| C++/CLI | |
|---|---|
void LaunchApp( & System.int hParentWnd, & System.String^ bsDefault, & System.Object^ oStartFolderPathOrID, & System.int lEdmLaunchSearchFlags ) | |
Parameters
- hParentWnd
- Parent window handle
- bsDefault
- Name of a search form; name of a search favorite if lEdmLaunchSearchFlags contains EdmLaunchSearchFlags.Elsf_DefaultIsAFavorite
- oStartFolderPathOrID
- Path or ID of the folder in which the search tool should start looking
- lEdmLaunchSearchFlags
- Combination of EdmLaunchSearchFlags bits
- S_OK: The method successfully executed.
SOLIDWORKS PDM Professional 2009