Type Alias DELETEITEMSTRUCT

Source
pub type DELETEITEMSTRUCT = tagDELETEITEMSTRUCT;

Aliased Type§

struct DELETEITEMSTRUCT {
    pub CtlType: u32,
    pub CtlID: u32,
    pub itemID: u32,
    pub hwndItem: *mut HWND__,
    pub itemData: u64,
}

Fields§

§CtlType: u32§CtlID: u32§itemID: u32§hwndItem: *mut HWND__§itemData: u64