IApplicationLauncher.EnableApplicationLauncher Method (String, String)
3/29/2010
Enables an application to be launched, using its launch ID and file name.
Namespace: Microsoft.WindowsMobile
Assembly: Microsoft.WindowsMobile (in microsoft.windowsmobile.dll)
Syntax
void EnableApplicationLauncher (
string applicationLaunchId,
string applicationFileName
)
'Declaration
Sub EnableApplicationLauncher ( _
applicationLaunchId As String, _
applicationFileName As String _
)
Parameters
- applicationLaunchId
The Application Launch ID.
- applicationFileName
The path to executable to launch.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
IApplicationLauncher Interface
IApplicationLauncher Members
Microsoft.WindowsMobile Namespace