wwAPI::GetProfileString

Read Profile String information from a given text file using Windows INI formatting conventions

o.GetProfileString(pcFileName,pcSection,pcEntry, pnBufferSize)

Return Value

string result of the key. NULL if key doesn't exist.

Parameters

pcFileName
INI file to read from. Use the full path to the file.

pcSection
The section to read from.

pcEntry
The key to read from the section.

pnBufferSize
Size of the buffer for reading (512 default if not specified)


See also:

Class wwAPI

© West Wind Technologies, 2023 • Updated: 05/02/13
Comment or report problem with topic