home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / SIMP_FAX / SFGLOBAL.BAS next >
Encoding:
BASIC Source File  |  1993-04-29  |  318 b   |  4 lines

  1. 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
  2. Declare Function WriteProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal Value As String) As Integer
  3.  
  4.