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 | |
OnItemSelected | |
OnButtonClicked | |
OnCheckButtonToggled | |
OnControlActivating | |