windows::Win32::System::Search

Function SQLSpecialColumns

pub unsafe fn SQLSpecialColumns(
    statementhandle: *mut c_void,
    identifiertype: u16,
    catalogname: Option<&[u8]>,
    schemaname: Option<&[u8]>,
    tablename: Option<&[u8]>,
    scope: u16,
    nullable: u16,
) -> i16