Struct windows_sys::Win32::Storage::Jet::JET_COLUMNDEF
#[repr(C)]pub struct JET_COLUMNDEF {
pub cbStruct: u32,
pub columnid: u32,
pub coltyp: u32,
pub wCountry: u16,
pub langid: u16,
pub cp: u16,
pub wCollate: u16,
pub cbMax: u32,
pub grbit: u32,
}
Expand description
Required features: "Win32_Storage_Jet"
Fields§
§cbStruct: u32
§columnid: u32
§coltyp: u32
§wCountry: u16
§langid: u16
§cp: u16
§wCollate: u16
§cbMax: u32
§grbit: u32