IniFileOpen returns a handle to the initialization file, of type HINIFILE. You use this handle when referring to the file with IniFileGetValue, IniFileSetValue, and IniFileClose. Applications typically store information in initialization files. For example, Silk Test Classic stores information in the initialization file partner.ini. If the specified file does not exist, IniFileOpen creates it.
This function is not designed for remote access.