Library
kernel32
Alias
GetPrivateProfileSectionA
Type Return
A Long Value
Syntax
GetPrivateProfileSection ( lpAppName, lpReturnedString, nSize, lpFileName)
The GetPrivateProfileSection Declaration syntax has these parts:
| Part | Description |
| lpAppName | Required. A String Value. |
| lpReturnedString | Required. A String Value. |
| nSize | Required. A Long Value. |
| lpFileName | Required. A String Value. |