Declare Function GetProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal Default As String, ByVal Buffer As String, ByVal BufSize As Integer) As Integer
Declare Function WriteProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal Value As String) As Integer