Function windows_sys::Win32::System::Search::SQLTablesA
[−]pub unsafe extern "system" fn SQLTablesA(
hstmt: *mut c_void,
szcatalogname: *const u8,
cbcatalogname: i16,
szschemaname: *const u8,
cbschemaname: i16,
sztablename: *const u8,
cbtablename: i16,
sztabletype: *const u8,
cbtabletype: i16
) -> i16
Expand description
Required features: ‘Win32_System_Search’