Ejemplo n.º 1
0
 public static extern Result Rename(string currentPath, string newPath);                                                               // 0x00A156D0-0x00A15730
 public static extern Result Open(ref DirectoryHandle outValue, string path, OpenDirectoryMode mode);                                  // 0x00A15730-0x00A15800
Ejemplo n.º 2
0
 public static extern Result Read(ref long outValue, out DirectoryEntry[] entryBuffer, DirectoryHandle handle, long entryBufferCount); // 0x00A15420-0x00A155A0
 public static extern Result GetEntryCount(ref long outValue, DirectoryHandle handle);                                                 // 0x00A155A0-0x00A155C0
Ejemplo n.º 3
0
 public static extern Result GetEntryCount(ref long outValue, DirectoryHandle handle);                                                 // 0x00A155A0-0x00A155C0
 public static extern void Close(DirectoryHandle handle);                                                                              // 0x00A155C0-0x00A155D0
Ejemplo n.º 4
0
        public const int EntryNameLengthMax = 768;         // Metadata: 0x006313CF

        // Methods
        public static extern Result Read(ref long outValue, out DirectoryEntry[] entryBuffer, DirectoryHandle handle, long entryBufferCount); // 0x00A15420-0x00A155A0
Ejemplo n.º 5
0
 public static extern void Close(DirectoryHandle handle);
Ejemplo n.º 6
0
 public static extern nn.Result GetEntryCount(ref long outValue, DirectoryHandle handle);
Ejemplo n.º 7
0
 public static extern nn.Result Read(
     ref long outValue, [Out] DirectoryEntry[] entryBuffer, DirectoryHandle handle, long entryBufferCount);
Ejemplo n.º 8
0
 public static extern nn.Result Open(
     ref DirectoryHandle outValue, string path, OpenDirectoryMode mode);