Guest User

Untitled

a guest
Jun 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Public Declare Function GetPrivateProfileString Lib "kernel32" _
  2. Alias "GetPrivateProfileStringA" (ByVal lpApplicationName As String, _
  3. ByVal lpKeyName As Any, _
  4. ByVal lpDefault As String, _
  5. ByVal lpReturnedString As String, _
  6. ByVal nSize As Long, _
  7. ByVal lpFileName As String) As Long
Add Comment
Please, Sign In to add comment