pub unsafe extern "system" fn SQLTables(
statementhandle: *mut c_void,
catalogname: *const u8,
namelength1: i16,
schemaname: *const u8,
namelength2: i16,
tablename: *const u8,
namelength3: i16,
tabletype: *const u8,
namelength4: i16
) -> i16
Expand description
Required features: "Win32_System_Search"