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

Method ImportFromBufferToWorking

headers/openvr_api.cs:3061–3067  ·  view source on GitHub ↗
(string pBuffer,uint nImportFlags)

Source from the content-addressed store, hash-verified

3059 return result;
3060 }
3061 public bool ImportFromBufferToWorking(string pBuffer,uint nImportFlags)
3062 {
3063 IntPtr pBufferUtf8 = Utils.ToUtf8(pBuffer);
3064 bool result = FnTable.ImportFromBufferToWorking(pBufferUtf8,nImportFlags);
3065 Marshal.FreeHGlobal(pBufferUtf8);
3066 return result;
3067 }
3068 public void ShowWorkingSetPreview()
3069 {
3070 FnTable.ShowWorkingSetPreview();

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected