Struct windows_sys::Win32::System::Search::DBCOLUMNACCESS
[−]#[repr(C)]pub struct DBCOLUMNACCESS {
pub pData: *mut c_void,
pub columnid: DBID,
pub cbDataLen: usize,
pub dwStatus: u32,
pub cbMaxLen: usize,
pub dwReserved: usize,
pub wType: u16,
pub bPrecision: u8,
pub bScale: u8,
}Expand description
Required features: ‘Win32_System_Search’, ‘Win32_Foundation’, ‘Win32_Storage_IndexServer’
Fields
pData: *mut c_voidcolumnid: DBIDcbDataLen: usizedwStatus: u32cbMaxLen: usizedwReserved: usizewType: u16bPrecision: u8bScale: u8