Struct windows_sys::Win32::System::Search::DBCOLUMNDESC
[−]#[repr(C)]pub struct DBCOLUMNDESC {
pub pwszTypeName: PWSTR,
pub pTypeInfo: ITypeInfo,
pub rgPropertySets: *mut DBPROPSET,
pub pclsid: *mut GUID,
pub cPropertySets: u32,
pub ulColumnSize: usize,
pub dbcid: DBID,
pub wType: u16,
pub bPrecision: u8,
pub bScale: u8,
}Expand description
Required features: ‘Win32_System_Search’, ‘Win32_Foundation’, ‘Win32_Storage_IndexServer’, ‘Win32_System_Com’, ‘Win32_System_Ole’
Fields
pwszTypeName: PWSTRpTypeInfo: ITypeInforgPropertySets: *mut DBPROPSETpclsid: *mut GUIDcPropertySets: u32ulColumnSize: usizedbcid: DBIDwType: u16bPrecision: u8bScale: u8