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

Method DriverDebugRequest

headers/openvr_api.cs:4636–4642  ·  view source on GitHub ↗
(uint unDeviceIndex,string pchRequest,System.Text.StringBuilder pchResponseBuffer,uint unResponseBufferSize)

Source from the content-addressed store, hash-verified

4634 return result;
4635 }
4636 public uint DriverDebugRequest(uint unDeviceIndex,string pchRequest,System.Text.StringBuilder pchResponseBuffer,uint unResponseBufferSize)
4637 {
4638 IntPtr pchRequestUtf8 = Utils.ToUtf8(pchRequest);
4639 uint result = FnTable.DriverDebugRequest(unDeviceIndex,pchRequestUtf8,pchResponseBuffer,unResponseBufferSize);
4640 Marshal.FreeHGlobal(pchRequestUtf8);
4641 return result;
4642 }
4643}
4644
4645

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected