CVRApplications.SetApplicationAutoLaunch(String, Boolean) Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationError SetApplicationAutoLaunch(System::String ^ pchAppKey, bool bAutoLaunch);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError SetApplicationAutoLaunch (string pchAppKey, bool bAutoLaunch);
member this.SetApplicationAutoLaunch : string * bool -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError
Public Function SetApplicationAutoLaunch (pchAppKey As String, bAutoLaunch As Boolean) As EVRApplicationError

Parameters

pchAppKey
String
bAutoLaunch
Boolean

Returns

EVRApplicationError

Applies to