Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetPrivateProfileInt" in [All]

kernel32

.
Summary
.

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 _

.
Documentation
[GetPrivateProfileInt] on MSDN
.

    Private Declare Ansi Function GetPrivateProfileInt _

.

      Lib "kernel32.dll" Alias "GetPrivateProfileIntA" _

.

    Return GetPrivateProfileInt(Section, Key, _


 
Access PInvoke.net directly from VS: