IBEBlock Windows Registry functions

The following functions are available in IBEBlock to handle work with the Windows Registry:

FunctionDescription
ibec_reg_OpenInstantiates a registry object.
ibec_reg_CloseCloses the current key and frees the resources allocated for a registry object when no longer needed.
ibec_reg_OpenKeyMakes the specified key the current key.
ibec_reg_CloseKeyWrites the current key to the registry and closes the key.
ibec_reg_DeleteKeyRemoves a specified key and its associated data from the registry.
ibec_reg_CreateKeyCreates a new key in the registry.

The following functions are intended for reading and writing data from/to the Windows Registry:

ibec_reg_WriteStringWrites strings to the Windows Registry.
ibec_reg_ReadStringReads strings from the Windows Registry.
ibec_reg_WriteBoolWrites data to the Windows Registry.
ibec_reg_ReadBoolReads data from the Windows Registry.
ibec_reg_WriteDateWrites the date to the Windows Registry.
ibec_reg_ReadDateReads the date from the Windows Registry.
ibec_reg_WriteDateTimeWrites date and time to the Windows Registry.
ibec_reg_ReadDateTimeReads date and time from the Windows Registry.
ibec_reg_WriteTimeWrites the time to the Windows Registry.
ibec_reg_ReadTimeReads the time from the Windows Registry.
ibec_reg_WriteIntegerWrites data to the Windows Registry.
ibec_reg_ReadIntegerReads data from the Windows Registry.
ibec_reg_WriteFloatWrites data to the Windows Registry.
ibec_reg_ReadFloatReads data from the Windows Registry.

back to top of page
<< ibec_DecodeDate | IBEBlock | ibec_reg_Open >>