declare sub GetPrivateProfileString lib "kernel" (section as string, entry as string, default as string, buffer as string, bufsize as integer, filename as string)
declare function GetPrivateProfileInt lib "kernel" (section as string, entry as string, default as integer, filename as string) as integer
declare sub WritePrivateProfileString lib "kernel" (section as string, entry as string, data as string, filename as string)
function GetHostProfileString(entry as string, default as string) as string