Sponsors
GetPrivateProfileSection
in INI-Files
Function name: GetPrivateProfileSection
Defined in : Kernel32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function GetPrivateProfileSection Lib "kernel32" Alias "GetPrivateProfileSectionA" (ByVal lpAppName As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long
Parameters:
Returns:
Related functions:
Examples: