Function windows_sys::Win32::Storage::Jet::JetDefragment3A
[−]pub unsafe extern "system" fn JetDefragment3A(
sesid: JET_SESID,
szdatabasename: *const i8,
sztablename: *const i8,
pcpasses: *mut u32,
pcseconds: *mut u32,
callback: JET_CALLBACK,
pvcontext: *const c_void,
grbit: u32
) -> i32
Expand description
Required features: "Win32_Storage_Jet"
, "Win32_Storage_StructuredStorage"