CVRSettings.GetString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetString(System::String ^ pchSection, System::String ^ pchSettingsKey, System::Text::StringBuilder ^ pchValue, System::UInt32 unValueLen, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRSettingsError % peError);
public void GetString (string pchSection, string pchSettingsKey, System.Text.StringBuilder pchValue, uint unValueLen, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSettingsError peError);
member this.GetString : string * string * System.Text.StringBuilder * uint32 * EVRSettingsError -> unit
Public Sub GetString (pchSection As String, pchSettingsKey As String, pchValue As StringBuilder, unValueLen As UInteger, ByRef peError As EVRSettingsError)
Parameters
- pchSection
- String
- pchSettingsKey
- String
- pchValue
- StringBuilder
- unValueLen
- UInt32
- peError
- EVRSettingsError