Sponsors

GetPrivateProfileInt

Function name: GetPrivateProfileInt

Defined in : kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function GetPrivateProfileInt Lib "kernel32" Alias "GetPrivateProfileIntA" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal nDefault As Long, ByVal lpFileName As String) As Long

Parameters:

Returns:

Related functions:

Examples:

INI Related Functions

INI-Files

Categories