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

Method GetApplicationCount

headers/openvr_api.cs:2731–2735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2729 return result;
2730 }
2731 public uint GetApplicationCount()
2732 {
2733 uint result = FnTable.GetApplicationCount();
2734 return result;
2735 }
2736 public EVRApplicationError GetApplicationKeyByIndex(uint unApplicationIndex,System.Text.StringBuilder pchAppKeyBuffer,uint unAppKeyBufferLen)
2737 {
2738 EVRApplicationError result = FnTable.GetApplicationKeyByIndex(unApplicationIndex,pchAppKeyBuffer,unAppKeyBufferLen);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected