MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetDriverCount

Method GetDriverCount

headers/openvr_api.cs:4305–4309  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4303 FnTable = (IVRDriverManager)Marshal.PtrToStructure(pInterface, typeof(IVRDriverManager));
4304 }
4305 public uint GetDriverCount()
4306 {
4307 uint result = FnTable.GetDriverCount();
4308 return result;
4309 }
4310 public uint GetDriverName(uint nDriver,System.Text.StringBuilder pchValue,uint unBufferSize)
4311 {
4312 uint result = FnTable.GetDriverName(nDriver,pchValue,unBufferSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected