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

Method GetDashboardOverlaySceneProcess

headers/openvr_api.cs:3776–3781  ·  view source on GitHub ↗
(ulong ulOverlayHandle,ref uint punProcessId)

Source from the content-addressed store, hash-verified

3774 return result;
3775 }
3776 public EVROverlayError GetDashboardOverlaySceneProcess(ulong ulOverlayHandle,ref uint punProcessId)
3777 {
3778 punProcessId = 0;
3779 EVROverlayError result = FnTable.GetDashboardOverlaySceneProcess(ulOverlayHandle,ref punProcessId);
3780 return result;
3781 }
3782 public void ShowDashboard(string pchOverlayToShow)
3783 {
3784 IntPtr pchOverlayToShowUtf8 = Utils.ToUtf8(pchOverlayToShow);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected