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

Method GetDriverName

headers/openvr_api.cs:4310–4314  ·  view source on GitHub ↗
(uint nDriver,System.Text.StringBuilder pchValue,uint unBufferSize)

Source from the content-addressed store, hash-verified

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);
4313 return result;
4314 }
4315 public ulong GetDriverHandle(string pchDriverName)
4316 {
4317 IntPtr pchDriverNameUtf8 = Utils.ToUtf8(pchDriverName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected