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: PWSTR§pTypeInfo: ITypeInfo§rgPropertySets: *mut DBPROPSET§pclsid: *mut GUID§cPropertySets: u32§ulColumnSize: usize§dbcid: DBID§wType: u16§bPrecision: u8§bScale: u8