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

Method GetOverlayKey

headers/openvr_api.cs:3383–3387  ·  view source on GitHub ↗
(ulong ulOverlayHandle,System.Text.StringBuilder pchValue,uint unBufferSize,ref EVROverlayError pError)

Source from the content-addressed store, hash-verified

3381 return result;
3382 }
3383 public uint GetOverlayKey(ulong ulOverlayHandle,System.Text.StringBuilder pchValue,uint unBufferSize,ref EVROverlayError pError)
3384 {
3385 uint result = FnTable.GetOverlayKey(ulOverlayHandle,pchValue,unBufferSize,ref pError);
3386 return result;
3387 }
3388 public uint GetOverlayName(ulong ulOverlayHandle,System.Text.StringBuilder pchValue,uint unBufferSize,ref EVROverlayError pError)
3389 {
3390 uint result = FnTable.GetOverlayName(ulOverlayHandle,pchValue,unBufferSize,ref pError);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected