Sponsors

GetPrivateProfileSectionNames

Function name: GetPrivateProfileSectionNames

Defined in : Kernel32

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

Declaration:

Declare Function GetPrivateProfileSectionNames Lib "kernel32.dll" Alias "GetPrivateProfileSectionNamesA" (ByVal lpszReturnBuffer As String, ByVal nSize As Long, ByVal lpFileName As String) As Long

Parameters:

Returns:

Related functions:

Examples:

INI Related Functions

INI-Files

Categories