Exemplo n.º 1
0
 public static extern FileHandle *Open(FileSystem *file_system, string path, Status **status);
Exemplo n.º 2
0
 public static extern FileHandle *Push(FileSystem *file_system, string inner_path, string path, int chunk_size, Status **status);
Exemplo n.º 3
0
 public static extern FileSystem *Load([MarshalAs(UnmanagedType.LPUTF8Str)] string path, Status **status);