1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../css/manpage.css" type="text/css" />
7    <title>FormatAndMountExtSaveData</title>
8  </head>
9  <body>
10    <h1>nn::fs::FormatAndMountExtSaveData Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<a href="../../nn/Result/Overview.html">Result</a> FormatAndMountExtSaveData(
15     nn::fs::MediaType * pOut,
16     const char * archiveName,
17     nn::fs::ExtSaveDataId id,
18     const void * iconData,
19     size_t iconDataSize,
20     u32 entryDirectory,
21     u32 entryFile
22);
23</pre>
24    </div>
25    <h2>Arguments</h2>
26    <div class="section">
27      <table class="arguments">
28        <thead>
29          <tr>
30            <td width="15" />
31            <th>Name</th>
32            <td>Description</td>
33          </tr>
34        </thead>
35        <tr>
36          <td>out</td>
37          <th>pOut</th>
38          <td>Returns the media on which the extended save data was created.</td>
39        </tr>
40        <tr>
41          <td>in</td>
42          <th>archiveName</th>
43          <td>Specifies the archive name.</td>
44        </tr>
45        <tr>
46          <td>in</td>
47          <th>id</th>
48          <td>Specifies the ID of the extended save data.</td>
49        </tr>
50        <tr>
51          <td>in</td>
52          <th>iconData</th>
53          <td>Specifies the memory where the icon data is stored.</td>
54        </tr>
55        <tr>
56          <td>in</td>
57          <th>iconDataSize</th>
58          <td>Specifies the size of the icon data.</td>
59        </tr>
60        <tr>
61          <td>in</td>
62          <th>entryDirectory</th>
63          <td>Specifies the number of directories to be stored in this extended save data region.</td>
64        </tr>
65        <tr>
66          <td>in</td>
67          <th>entryFile</th>
68          <td>Specifies the number of files to be stored in this extended save data region.</td>
69        </tr> </table>
70    </div>
71    <h2>Return Values</h2>
72    <div class="section">Returns the result of the operation. </div>
73    <h2>Description</h2>
74    <div class="section">
75      <p>Formats extended save data and mounts it.</p><p>Formats extended save data having the specified extended save data ID, and mounts it using the specified archive name. When extended save data is created, icon data must be registered that conforms to the icon format of extended save data.</p><p>The pOut argument returns the media on which the extended save data was created by this function.</p></div>
76  <hr><p>CONFIDENTIAL</p></body>
77</html>