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

Method Close

headers/openvr_api.cs:4545–4549  ·  view source on GitHub ↗
(ulong ulBuffer)

Source from the content-addressed store, hash-verified

4543 return result;
4544 }
4545 public EIOBufferError Close(ulong ulBuffer)
4546 {
4547 EIOBufferError result = FnTable.Close(ulBuffer);
4548 return result;
4549 }
4550 public EIOBufferError Read(ulong ulBuffer,IntPtr pDst,uint unBytes,ref uint punRead)
4551 {
4552 punRead = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected