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