Home :: GreenPad :: ki :: WinUtil | classes |
class IniFile | ^ |
INIファイル読み込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:21
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description IniFile constructor public コンストラクタ GetBool method public 真偽値読み込み GetInt method public 整数値読み込み GetStr method public 文字列読み込み PutBool method public 文字列書き込み PutInt method public 真偽値書き込み PutStr method public 整数値書き込み SetFileName method public iniファイル名を設定 SetSection method public セクション名を設定 SetSectionAsUserName method public セクション名をユーザー名に設定
constructor IniFile | ? ^ > |
コンストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:25
- Code:
public IniFile (
const TCHAR * ini = NULL ,
bool exeppath = true )
method GetBool | ? ^ < > |
真偽値読み込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:39
- Code:
public bool GetBool (
const TCHAR * key ,
bool defval ) const
method GetInt | ? ^ < > |
整数値読み込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:37
- Code:
public int GetInt (
const TCHAR * key ,
int defval ) const
method GetStr | ? ^ < > |
文字列読み込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:41
method PutBool | ? ^ < > |
文字列書き込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:48
- Code:
public bool PutBool (
const TCHAR * key ,
bool val )
method PutInt | ? ^ < > |
真偽値書き込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:46
- Code:
public bool PutInt (
const TCHAR * key ,
int val )
method PutStr | ? ^ < > |
整数値書き込み
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:44
- Code:
public bool PutStr (
const TCHAR * key ,
const TCHAR * val )
method SetFileName | ? ^ < > |
iniファイル名を設定
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:28
- Code:
public void SetFileName (
const TCHAR * ini = NULL ,
bool exepath = true )
method SetSection | ? ^ < > |
セクション名を設定
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:31
- Code:
public void SetSection (
const TCHAR * section )
method SetSectionAsUserName | ? ^ < > |
セクション名をユーザー名に設定
- Source:
- C:\usr\develop\MyProject\GreenPad\kilib\registry.h:34
- Code:
public void SetSectionAsUserName (
)
Created Mon May 06 21:01:05 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.