SQLGetInstalledDrivers Method
In This Topic
Syntax
'Declaration
Friend Shared Function SQLGetInstalledDrivers( _
ByVal () As System.Char, _
ByVal As System.Integer, _
ByRef As System.Integer _
) As System.Boolean
internal static System.bool SQLGetInstalledDrivers(
System.char[] ,
System.int ,
ref System.int
)
Parameters
- lpszBuf
- cbBufMax
- pcbBufOut
See Also