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

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

    Parameters

    lpszBuf
    cbBufMax
    pcbBufOut
    See Also