Declare Function GetPrivateProfileString Lib "Kernel" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Integer, ByVal lpFileName As String) As Integer
Function TrueGridWhere$ ()
' Return the TrueGrid installation directory as specified in
' TRUEGRID.INI, terminated with a backslash. If TRUEGRID.INI
' cannot be found, or if it does not contain an "InstallDirectory"
' entry, then this routine returns an empty string.