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

Method AcknowledgeQuit_Exiting

headers/openvr_api.cs:2562–2565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2560 return result;
2561 }
2562 public void AcknowledgeQuit_Exiting()
2563 {
2564 FnTable.AcknowledgeQuit_Exiting();
2565 }
2566 public uint GetAppContainerFilePaths(System.Text.StringBuilder pchBuffer,uint unBufferSize)
2567 {
2568 uint result = FnTable.GetAppContainerFilePaths(pchBuffer,unBufferSize);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected