MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / platform_write_file

Method platform_write_file

StereoKit/Native/NativeAPI.cs:548–549  ·  view source on GitHub ↗
([In] byte[] name_utf8, [In] byte[] data, UIntPtr size)

Source from the content-addressed store, hash-verified

546 [return: MarshalAs(UnmanagedType.Bool)]
547 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_read_file ([In] byte[] name_utf8, out IntPtr out_data, out UIntPtr out_size);
548 [return: MarshalAs(UnmanagedType.Bool)]
549 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_write_file ([In] byte[] name_utf8, [In] byte[] data, UIntPtr size);
550 [return: MarshalAs(UnmanagedType.Bool)]
551 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_write_file_text ([In] byte[] name_utf8, [In] byte[] text_utf8);
552

Callers 1

WriteFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected