ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / SQLGetPrivateProfileString Method

In This Topic
    SQLGetPrivateProfileString Method
    In This Topic
    Syntax
    'Declaration
     
    Friend Shared Function SQLGetPrivateProfileString( _
       ByVal lpszSection As System.String, _
       ByVal lpszEntry As System.String, _
       ByVal lpszDefault As System.String, _
       ByVal RetBuffer As System.Text.StringBuilder, _
       ByVal cbRetBuffer As System.Integer, _
       ByVal lpszFilename As System.String _
    ) As System.Integer
    internal static System.int SQLGetPrivateProfileString( 
       System.string lpszSection,
       System.string lpszEntry,
       System.string lpszDefault,
       System.Text.StringBuilder RetBuffer,
       System.int cbRetBuffer,
       System.string lpszFilename
    )

    Parameters

    lpszSection
    lpszEntry
    lpszDefault
    RetBuffer
    cbRetBuffer
    lpszFilename
    See Also