[DllImport("kernel32.dll")]
static extern uint GetPrivateProfileInt(string lpAppName, string lpKeyName,
int nDefault, string lpFileName);
None.
None.
Please add some!
Declare Function GetPrivateProfileInt Lib "kernel32.dll" _
Alias "GetPrivateProfileIntA" (ByVal lpApplicationName _
As String, ByVal lpKeyName As String, ByVal nDefault As _
Integer, ByVal lpFileName As String) As Integer
Do you know one? Please contribute it!