Desktop Functions: Smart Device Functions:
|
Search Results for "GetPrivateProfileInt" in [All]kernel32
static extern uint GetPrivateProfileInt(string lpAppName, string lpKeyName,
[DllImport("KERNEL32.DLL", CharSet=CharSet::Auto, EntryPoint="GetPrivateProfileInt")]
static UInt32 GetPrivateProfileInt(String^ lpAppName, String^ lpKeyName, Int32 nDefault, String^ lpFileName);
<DllImport("kernel32.dll", SetLastError:=True, EntryPoint:="GetPrivateProfileIntA")> _
Public Shared Function GetPrivateProfileInt( _
Declare Function GetPrivateProfileInt Lib "kernel32.dll" _
Alias "GetPrivateProfileIntA" (ByVal lpApplicationName _
Private Declare Ansi Function GetPrivateProfileInt _
Lib "kernel32.dll" Alias "GetPrivateProfileIntA" _
Return GetPrivateProfileInt(Section, Key, _ |