summaryrefslogtreecommitdiff
path: root/fatfs/doc/ja/close.html
blob: cefd795aa620ecd1d06fd37933b6d6cac2f0a6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="up" title="FatFs" href="../00index_j.html">
<link rel="alternate" hreflang="en" title="English" href="../en/close.html">
<link rel="stylesheet" href="../css_j.css" type="text/css" media="screen" title="ELM Default">
<title>FatFs - f_close</title>
</head>

<body>

<div class="para func">
<h2>f_close</h2>
<p>�t�@�C����‚��܂��B</p>
<pre>
FRESULT f_close (
  FIL* <span class="arg">fp</span>     <span class="c">/* [IN] �t�@�C���E�I�u�W�F�N�g�ւ̃|�C���^ */</span>
);
</pre>
</div>

<div class="para arg">
<h4>����</h4>
<dl class="par">
<dt>fp</dt>
<dd>�‚��悤�Ƃ���t�@�C���̃t�@�C���E�I�u�W�F�N�g�\���̂ւ̃|�C���^���w�肵�܂��B</dd>
</dl>
</div>


<div class="para ret">
<h4>�߂�l</h4>
<p>
<a href="rc.html#ok">FR_OK</a>,
<a href="rc.html#de">FR_DISK_ERR</a>,
<a href="rc.html#ie">FR_INT_ERR</a>,
<a href="rc.html#nr">FR_NOT_READY</a>,
<a href="rc.html#io">FR_INVALID_OBJECT</a>,
<a href="rc.html#tm">FR_TIMEOUT</a>
</p>
</div>


<div class="para desc">
<h4>���</h4>
<p>�t�@�C����‚��܂��B���炩�̏������݂̍s��ꂽ�t�@�C���̏ꍇ�A�L���b�V�����ꂽ���(���[�h/���C�g�E�o�b�t�@��̃f�[�^�A�ύX���ꂽFAT��f�B���N�g������)�̓f�B�X�N�ɏ����߂���܂��B�֐�������I������ƁA���̃t�@�C���E�I�u�W�F�N�g�͖����ɂȂ�A���̃�����������ł��܂��B</p>
<p>�t�@�C���E�I�u�W�F�N�g���ǂݏo����p���[�h�ŁA<tt>_FS_LOCK</tt>�I�v�V�������I������Ă��Ȃ��ꍇ�́A�t�@�C����‚����Ƀt�@�C���E�I�u�W�F�N�g��j�����邱�Ƃ��ł��܂��B�������A����͏����̌݊����̓_�Ő����͂���܂���B</p>
</div>


<div class="para comp">
<h4>�Ή����</h4>
<p>�S�Ă̍\���Ŏg�p�”\�ł��B</p>
</div>


<div class="para ref">
<h4>�Q��</h4>
<tt><a href="open.html">f_open</a>, <a href="read.html">f_read</a>, <a href="write.html">f_write</a>,  <a href="sync.html">f_sync</a>, <a href="sfile.html">FIL</a>, <a href="sfatfs.html">FATFS</a></tt>
</div>

<p class="foot"><a href="../00index_j.html">�߂�</a></p>
</body>
</html>