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

Method platform_file_picker_sz

StereoKit/Native/NativeAPI.cs:542–542  ·  view source on GitHub ↗
(PickerMode mode, IntPtr callback_data, [MarshalAs(UnmanagedType.FunctionPtr)] PickerCallback on_callback, [In] FileFilter[] filters, int filter_count)

Source from the content-addressed store, hash-verified

540 ///////////////////////////////////////////
541
542 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_file_picker_sz (PickerMode mode, IntPtr callback_data, [MarshalAs(UnmanagedType.FunctionPtr)] PickerCallback on_callback, [In] FileFilter[] filters, int filter_count);
543 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void platform_file_picker_close ();
544 [return: MarshalAs(UnmanagedType.Bool)]
545 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool platform_file_picker_visible();

Callers 1

FilePickerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected