Function windows_sys::Win32::Storage::Jet::JetCreateTableW
[−]pub unsafe extern "system" fn JetCreateTableW(
sesid: JET_SESID,
dbid: u32,
sztablename: *const u16,
lpages: u32,
ldensity: u32,
ptableid: *mut JET_TABLEID
) -> i32
Expand description
Required features: "Win32_Storage_Jet"
, "Win32_Storage_StructuredStorage"