| aSettingFile_Create | Index |
Definition:
| aLIBRETURN aSettingFile_Create( | aIOLib ioRef, const unsigned int nMaxSettingLen, const char* pFileName, aSettingFileRef* pSettingFileRef, aErr* pErr); |
Parameters:
| ioRef | - | A reference to the aIO library used to create the setting file. |
| nMaxSettingLen | - | The maximum length of a setting name for this file. Settings in the file with longer names will be truncated. |
| pFileName | - | The C string file name that will be used to create the settings. There is no assumed extension and the file is sought in the aBinary directory of the BrainStem file structure. |
| pSettingFileRef | - | A pointer to the setting file object reference that is set upon successful completion of this routine. This is an opaque reference. |
| pErr | - | A pointer to an aErr variable that receives the error code on exit from this routine. |
Return Value:
Description:
Related: