A Sandcastle Documented Class Library
GetPrivateProfileInt メソッド (lpAppNlpszSectioname, lpszKey, dwDefault, lpFileName)
名前空間CFW.ConfigPrivateProfileGetPrivateProfileInt(String, String, Int32, String)
win32::GetPrivateProfileIntの呼び出し iniファイルからセクション、キーを指定して整数値を得る
宣言の構文
C#Visual BasicVisual C++
public static uint GetPrivateProfileInt(
	string lpAppNlpszSectioname,
	string lpszKey,
	int dwDefault,
	string lpFileName
)
Public Shared Function GetPrivateProfileInt ( _
	lpAppNlpszSectioname As String, _
	lpszKey As String, _
	dwDefault As Integer, _
	lpFileName As String _
) As UInteger
public:
static unsigned int GetPrivateProfileInt(
	String^ lpAppNlpszSectioname, 
	String^ lpszKey, 
	int dwDefault, 
	String^ lpFileName
)
パラメータ
lpAppNlpszSectioname (String)

[Missing <param name="lpAppNlpszSectioname"/> documentation for "M:CFW.Config.PrivateProfile.GetPrivateProfileInt(System.String,System.String,System.Int32,System.String)"]

lpszKey (String)

[Missing <param name="lpszKey"/> documentation for "M:CFW.Config.PrivateProfile.GetPrivateProfileInt(System.String,System.String,System.Int32,System.String)"]

dwDefault (Int32)

[Missing <param name="dwDefault"/> documentation for "M:CFW.Config.PrivateProfile.GetPrivateProfileInt(System.String,System.String,System.Int32,System.String)"]

lpFileName (String)

[Missing <param name="lpFileName"/> documentation for "M:CFW.Config.PrivateProfile.GetPrivateProfileInt(System.String,System.String,System.Int32,System.String)"]

戻り値

[Missing <returns> documentation for M:CFW.Config.PrivateProfile.GetPrivateProfileInt(System.String,System.String,System.Int32,System.String)]

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)