Struct winapi::shobjidl::IFileDialogControlEventsVtbl [] [src]

pub struct IFileDialogControlEventsVtbl {
    pub parent: IUnknownVtbl,
    pub OnItemSelected: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, dwIDItem: DWORD) -> HRESULT,
    pub OnButtonClicked: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD) -> HRESULT,
    pub OnCheckButtonToggled: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, bChecked: BOOL) -> HRESULT,
    pub OnControlActivating: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD) -> HRESULT,
}

Fields

parent: IUnknownVtbl OnItemSelected: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, dwIDItem: DWORD) -> HRESULT OnButtonClicked: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD) -> HRESULT OnCheckButtonToggled: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD, bChecked: BOOL) -> HRESULT OnControlActivating: unsafe extern "system" fn(This: *mut IFileDialogControlEvents, pfdc: *mut IFileDialogCustomize, dwIDCtl: DWORD) -> HRESULT