Share via


IApplicationLauncher.EnableApplicationLauncher Method (String)

3/29/2010

Enables an application to be launched.

Namespace: Microsoft.WindowsMobile
Assembly: Microsoft.WindowsMobile (in microsoft.windowsmobile.dll)

Syntax

void EnableApplicationLauncher (
    string applicationLaunchId
)
'Declaration
Sub EnableApplicationLauncher ( _
    applicationLaunchId As String _
)

Parameters

  • applicationLaunchId

Remarks

EnableApplicationLauncher attempts to learn the application file name; if it cannot, then an exception is thrown.

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