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

Method GetAppContainerFilePaths

headers/openvr_api.cs:2566–2570  ·  view source on GitHub ↗
(System.Text.StringBuilder pchBuffer,uint unBufferSize)

Source from the content-addressed store, hash-verified

2564 FnTable.AcknowledgeQuit_Exiting();
2565 }
2566 public uint GetAppContainerFilePaths(System.Text.StringBuilder pchBuffer,uint unBufferSize)
2567 {
2568 uint result = FnTable.GetAppContainerFilePaths(pchBuffer,unBufferSize);
2569 return result;
2570 }
2571 public string GetRuntimeVersion()
2572 {
2573 IntPtr result = FnTable.GetRuntimeVersion();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected