CVRApplications.GetApplicationKeyByProcessId Method

Definition

public:
 Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRApplicationError GetApplicationKeyByProcessId(System::UInt32 unProcessId, System::Text::StringBuilder ^ pchAppKeyBuffer, System::UInt32 unAppKeyBufferLen);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError GetApplicationKeyByProcessId (uint unProcessId, System.Text.StringBuilder pchAppKeyBuffer, uint unAppKeyBufferLen);
member this.GetApplicationKeyByProcessId : uint32 * System.Text.StringBuilder * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRApplicationError
Public Function GetApplicationKeyByProcessId (unProcessId As UInteger, pchAppKeyBuffer As StringBuilder, unAppKeyBufferLen As UInteger) As EVRApplicationError

Parameters

unProcessId
UInt32
pchAppKeyBuffer
StringBuilder
unAppKeyBufferLen
UInt32

Returns

EVRApplicationError

Applies to