Function windows_sys::Win32::Storage::Jet::JetGetObjectInfoA
[−]pub unsafe extern "system" fn JetGetObjectInfoA(
sesid: JET_SESID,
dbid: u32,
objtyp: u32,
szcontainername: *const i8,
szobjectname: *const i8,
pvresult: *mut c_void,
cbmax: u32,
infolevel: u32
) -> i32
Expand description
Required features: "Win32_Storage_Jet"
, "Win32_Storage_StructuredStorage"