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

Method platform_write_file_text

StereoKit/Native/NativeAPI.cs:550–551  ·  view source on GitHub ↗
([In] byte[] name_utf8, [In] byte[] text_utf8)

Source from the content-addressed store, hash-verified

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
553 [return: MarshalAs(UnmanagedType.Bool)]
554 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_keyboard_get_force_fallback();

Callers 1

WriteFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected