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

Method HandleToString

headers/openvr_api.cs:4770–4775  ·  view source on GitHub ↗
(ulong pHandle,string pchBuffer,uint unBufferSize,ref uint punBufferSizeUsed)

Source from the content-addressed store, hash-verified

4768 return result;
4769 }
4770 public ETrackedPropertyError HandleToString(ulong pHandle,string pchBuffer,uint unBufferSize,ref uint punBufferSizeUsed)
4771 {
4772 punBufferSizeUsed = 0;
4773 ETrackedPropertyError result = FnTable.HandleToString(pHandle,pchBuffer,unBufferSize,ref punBufferSizeUsed);
4774 return result;
4775 }
4776}
4777
4778

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected