pub type DELETEITEMSTRUCT = tagDELETEITEMSTRUCT;Aliased Type§
#[repr(C)]pub struct DELETEITEMSTRUCT {
pub CtlType: u32,
pub CtlID: u32,
pub itemID: u32,
pub hwndItem: *mut HWND__,
pub itemData: u32,
}Fields§
§CtlType: u32§CtlID: u32§itemID: u32§hwndItem: *mut HWND__§itemData: u32