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

Method ExportLiveToBuffer

headers/openvr_api.cs:3055–3060  ·  view source on GitHub ↗
(System.Text.StringBuilder pBuffer,ref uint pnBufferLength)

Source from the content-addressed store, hash-verified

3053 return result;
3054 }
3055 public bool ExportLiveToBuffer(System.Text.StringBuilder pBuffer,ref uint pnBufferLength)
3056 {
3057 pnBufferLength = 0;
3058 bool result = FnTable.ExportLiveToBuffer(pBuffer,ref pnBufferLength);
3059 return result;
3060 }
3061 public bool ImportFromBufferToWorking(string pBuffer,uint nImportFlags)
3062 {
3063 IntPtr pBufferUtf8 = Utils.ToUtf8(pBuffer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected