Writes a specified setting to the project viewer initialization file, using the standard .ini format.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
WritePrivateProfileString | System Info | Synchronous | Supported | Supported | Supported |
WritePrivateProfileString ( strSection, strName, strValue, strFileName )
The function returns 1 if the file was updated successfully.
[FileBackUpControl] Valid=1
Tag Name | Expression |
---|---|
Tag | WritePrivateProfileString( Section, Name, Value, FileName ) |
Tag | WritePrivateProfileString( "Options", "ds1", "Value", "C:\Viewer.ini" ) |