Class CVRDriverManager
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Headers
Assembly: cs.temp.dll.dll
Syntax
public class CVRDriverManager
Methods
GetDriverCount()
Declaration
public uint GetDriverCount()
Returns
Type | Description |
---|---|
UInt32 |
GetDriverHandle(String)
Declaration
public ulong GetDriverHandle(string pchDriverName)
Parameters
Type | Name | Description |
---|---|---|
String | pchDriverName |
Returns
Type | Description |
---|---|
UInt64 |
GetDriverName(UInt32, StringBuilder, UInt32)
Declaration
public uint GetDriverName(uint nDriver, StringBuilder pchValue, uint unBufferSize)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | nDriver | |
StringBuilder | pchValue | |
UInt32 | unBufferSize |
Returns
Type | Description |
---|---|
UInt32 |