UTF-8に単純変換
This commit is contained in:
@@ -5,44 +5,44 @@
|
||||
<!-- generated by to_html.pl from f_System.xml -->
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
|
||||
<title>readRegValue - ���W�X�g���̓ǂݍ���</title>
|
||||
<title>readRegValue - レジストリの読み込み</title>
|
||||
<meta name="author" content="W.Dee" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
|
||||
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
|
||||
<link href="mailto:[email protected]" rev="Made" />
|
||||
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
|
||||
<link href="f_System.html" title="System�N���X" rel="Parent" />
|
||||
<link href="index.html" target="_top" rel="Start" title="トップページ" />
|
||||
<link href="f_System.html" title="Systemクラス" rel="Parent" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><span class="fheader"><a name="top" id="top">System.readRegValue</a></span></h1><div class="para"><div>
|
||||
<dl>
|
||||
<dt>�@�\/�Ӗ�</dt>
|
||||
<dt>機能/意味</dt>
|
||||
<dd>
|
||||
���W�X�g���̓ǂݍ���</dd>
|
||||
<dt>�^�C�v</dt>
|
||||
レジストリの読み込み</dd>
|
||||
<dt>タイプ</dt>
|
||||
<dd>
|
||||
<a class="jump" href="f_System.html">System�N���X</a>�̃��\�b�h<br />
|
||||
<a class="jump" href="f_System.html">Systemクラス</a>のメソッド<br />
|
||||
</dd>
|
||||
<dt>�\��</dt>
|
||||
<dt>構文</dt>
|
||||
<dd>
|
||||
<span class="funcdecl">readRegValue(<span class="arg">key</span>)</span><br />
|
||||
</dd>
|
||||
<dt>����</dt>
|
||||
<dt>引数</dt>
|
||||
<dd>
|
||||
<table rules="all" frame="box" cellpadding="3" summary="readRegValue �̈���">
|
||||
<table rules="all" frame="box" cellpadding="3" summary="readRegValue の引数">
|
||||
<tr><td valign="top"><span class="argname">key</span></td>
|
||||
<td> �@�ǂݍ��ރ��W�X�g���L�[���w�肵�܂��B<br />
|
||||
<td> 読み込むレジストリキーを指定します。<br />
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>�߂��l</dt>
|
||||
<dt>戻り値</dt>
|
||||
<dd>
|
||||
<result>���s�ɐ����������W�X�g���̒l�A���s������ void ���Ԃ��܂��B</result></dd>
|
||||
<dt>����</dt>
|
||||
<result>実行に成功すればレジストリの値、失敗すれば void が返ります。</result></dd>
|
||||
<dt>説明</dt>
|
||||
<dd>
|
||||
�@key �Ŏw�肵�� Windows ���W�X�g�����ǂݍ��݂܂��B<br />
|
||||
�@���W�X�g���L�[�́A�ȉ��̃��[�g�L�[���Ŏn�߂邱�Ƃ��ł��܂��B<br />
|
||||
key で指定した Windows レジストリを読み込みます。<br />
|
||||
レジストリキーは、以下のルートキー名で始めることができます。<br />
|
||||
<span class="script">HKEY_CLASSES_ROOT<br />
|
||||
HKEY_CURRENT_CONFIG<br />
|
||||
HKEY_CURRENT_USER<br />
|
||||
@@ -50,11 +50,11 @@ HKEY_CURRENT_USER<br />
|
||||
HKEY_USERS<br />
|
||||
HKEY_PERFORMANCE_DATA<br />
|
||||
HKEY_DYN_DATA<br />
|
||||
</span> �@���Ƃ��A�ȉ��̂悤�ȕ������� key �Ɏw�肷�邱�Ƃ��ł��܂��B<br />
|
||||
</span> たとえば、以下のような文字列を key に指定することができます。<br />
|
||||
<span class="script">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\hoeg\installdir</span><br />
|
||||
<br />
|
||||
�@���l�A�P�ꕶ�����݂̂��ǂݍ��ނ��Ƃ��ł��܂��B���l�̏ꍇ�͐����^�A�������̏ꍇ�͕������^
|
||||
�̌��ʂ��Ԃ��܂��B<br />
|
||||
数値、単一文字列のみを読み込むことができます。数値の場合は整数型、文字列の場合は文字列型
|
||||
の結果が返ります。<br />
|
||||
</dd>
|
||||
</dl>
|
||||
</div></div>
|
||||
|
||||
Reference in New Issue
Block a user