OSDClearRegistry
This function clears the registry entry with saved settings of OSDialog specified in OSDInit().
void OSDClearRegistry(const char* lpszSection);
Parameters
- lpszSection - Specifies the registry key to delete OSDialog settings:
HKEY_CURRENT_USER\Software\fCoder\OSDialog\<application name>\<lpszSection>.
Sample
void OSDClearRegistry("SDITEST");
