
C# | Visual Basic | Visual 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)]