Reads a specified parameter from an .ini file using the standard .ini format.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
GetPrivateProfileString | System Info | Synchronous | Supported | Supported | Supported |
GetPrivateProfileString( strSection, strName, strDefault, strFileName )
Returns the value of the specified parameter.
Tag Name | Expression |
---|---|
Tag | GetPrivateProfileString( "boot loader", "timeout", "50", "C:\boot.ini" ) // Returned value = 30 |