[][src]Struct winapi::um::commoncontrols::IImageListVtbl

#[repr(C)]
pub struct IImageListVtbl {
    pub parent: IUnknownVtbl,
    pub Add: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, hbmMask: HBITMAP, pi: *mut c_int) -> HRESULT,
    pub ReplaceIcon: unsafe extern "system" fn(This: *mut IImageList, hicon: HICON, pi: *mut c_int) -> HRESULT,
    pub SetOverlayImage: unsafe extern "system" fn(This: *mut IImageList, iImage: c_int, iOverlay: c_int) -> HRESULT,
    pub Replace: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, hbmMask: HBITMAP) -> HRESULT,
    pub AddMasked: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, crMask: COLORREF, pi: *mut c_int) -> HRESULT,
    pub Draw: unsafe extern "system" fn(This: *mut IImageList, pimldp: *mut IMAGELISTDRAWPARAMS) -> HRESULT,
    pub Remove: unsafe extern "system" fn(This: *mut IImageList, i: c_int) -> HRESULT,
    pub GetIcon: unsafe extern "system" fn(This: *mut IImageList, i: c_int, flags: UINT, picon: *mut HICON) -> HRESULT,
    pub GetImageInfo: unsafe extern "system" fn(This: *mut IImageList, i: c_int, pImageInfo: *mut IMAGEINFO) -> HRESULT,
    pub Copy: unsafe extern "system" fn(This: *mut IImageList, iDst: c_int, punkSrc: *mut IUnknown, iSrc: c_int, uFlags: UINT) -> HRESULT,
    pub Merge: unsafe extern "system" fn(This: *mut IImageList, i1: c_int, punk2: *mut IUnknown, i2: c_int, dx: c_int, dy: c_int, riid: REFIID, ppv: *mut *mut c_void) -> HRESULT,
    pub Clone: unsafe extern "system" fn(This: *mut IImageList, riid: REFIID, ppv: *mut *mut c_void) -> HRESULT,
    pub GetImageRect: unsafe extern "system" fn(This: *mut IImageList, i: c_int, prc: *mut RECT) -> HRESULT,
    pub GetIconSize: unsafe extern "system" fn(This: *mut IImageList, cx: *mut c_int, cy: *mut c_int) -> HRESULT,
    pub SetIconSize: unsafe extern "system" fn(This: *mut IImageList, cx: c_int, cy: c_int) -> HRESULT,
    pub GetImageCount: unsafe extern "system" fn(This: *mut IImageList, pi: *mut c_int) -> HRESULT,
    pub SetImageCount: unsafe extern "system" fn(This: *mut IImageList, uNewCount: UINT) -> HRESULT,
    pub SetBkColor: unsafe extern "system" fn(This: *mut IImageList, clrBk: COLORREF, pclr: *mut COLORREF) -> HRESULT,
    pub GetBkColor: unsafe extern "system" fn(This: *mut IImageList, pclr: *mut COLORREF) -> HRESULT,
    pub BeginDrag: unsafe extern "system" fn(This: *mut IImageList, iTrack: c_int, dxHotspot: c_int, dyHotspot: c_int) -> HRESULT,
    pub EndDrag: unsafe extern "system" fn(This: *mut IImageList) -> HRESULT,
    pub DragEnter: unsafe extern "system" fn(This: *mut IImageList, hwndLock: HWND, x: c_int, y: c_int) -> HRESULT,
    pub DragLeave: unsafe extern "system" fn(This: *mut IImageList, hwndLock: HWND) -> HRESULT,
    pub DragMove: unsafe extern "system" fn(This: *mut IImageList, x: c_int, y: c_int) -> HRESULT,
    pub SetDragCursorImage: unsafe extern "system" fn(This: *mut IImageList, punk: *mut IUnknown, iDrag: c_int, dxHotspot: c_int, dyHotspot: c_int) -> HRESULT,
    pub DragShowNolock: unsafe extern "system" fn(This: *mut IImageList, fShow: BOOL) -> HRESULT,
    pub GetDragImage: unsafe extern "system" fn(This: *mut IImageList, ppt: *mut POINT, pptHotspot: *mut POINT, riid: REFIID, ppv: *mut *mut c_void) -> HRESULT,
    pub GetItemFlags: unsafe extern "system" fn(This: *mut IImageList, dwFlags: *mut DWORD) -> HRESULT,
    pub GetOverlayImage: unsafe extern "system" fn(This: *mut IImageList, iOverlay: c_int, piIndex: *mut c_int) -> HRESULT,
}

Fields

parent: IUnknownVtblAdd: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, hbmMask: HBITMAP, pi: *mut c_int) -> HRESULTReplaceIcon: unsafe extern "system" fn(This: *mut IImageList, hicon: HICON, pi: *mut c_int) -> HRESULTSetOverlayImage: unsafe extern "system" fn(This: *mut IImageList, iImage: c_int, iOverlay: c_int) -> HRESULTReplace: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, hbmMask: HBITMAP) -> HRESULTAddMasked: unsafe extern "system" fn(This: *mut IImageList, hbmImage: HBITMAP, crMask: COLORREF, pi: *mut c_int) -> HRESULTDraw: unsafe extern "system" fn(This: *mut IImageList, pimldp: *mut IMAGELISTDRAWPARAMS) -> HRESULTRemove: unsafe extern "system" fn(This: *mut IImageList, i: c_int) -> HRESULTGetIcon: unsafe extern "system" fn(This: *mut IImageList, i: c_int, flags: UINT, picon: *mut HICON) -> HRESULTGetImageInfo: unsafe extern "system" fn(This: *mut IImageList, i: c_int, pImageInfo: *mut IMAGEINFO) -> HRESULTCopy: unsafe extern "system" fn(This: *mut IImageList, iDst: c_int, punkSrc: *mut IUnknown, iSrc: c_int, uFlags: UINT) -> HRESULTMerge: unsafe extern "system" fn(This: *mut IImageList, i1: c_int, punk2: *mut IUnknown, i2: c_int, dx: c_int, dy: c_int, riid: REFIID, ppv: *mut *mut c_void) -> HRESULTClone: unsafe extern "system" fn(This: *mut IImageList, riid: REFIID, ppv: *mut *mut c_void) -> HRESULTGetImageRect: unsafe extern "system" fn(This: *mut IImageList, i: c_int, prc: *mut RECT) -> HRESULTGetIconSize: unsafe extern "system" fn(This: *mut IImageList, cx: *mut c_int, cy: *mut c_int) -> HRESULTSetIconSize: unsafe extern "system" fn(This: *mut IImageList, cx: c_int, cy: c_int) -> HRESULTGetImageCount: unsafe extern "system" fn(This: *mut IImageList, pi: *mut c_int) -> HRESULTSetImageCount: unsafe extern "system" fn(This: *mut IImageList, uNewCount: UINT) -> HRESULTSetBkColor: unsafe extern "system" fn(This: *mut IImageList, clrBk: COLORREF, pclr: *mut COLORREF) -> HRESULTGetBkColor: unsafe extern "system" fn(This: *mut IImageList, pclr: *mut COLORREF) -> HRESULTBeginDrag: unsafe extern "system" fn(This: *mut IImageList, iTrack: c_int, dxHotspot: c_int, dyHotspot: c_int) -> HRESULTEndDrag: unsafe extern "system" fn(This: *mut IImageList) -> HRESULTDragEnter: unsafe extern "system" fn(This: *mut IImageList, hwndLock: HWND, x: c_int, y: c_int) -> HRESULTDragLeave: unsafe extern "system" fn(This: *mut IImageList, hwndLock: HWND) -> HRESULTDragMove: unsafe extern "system" fn(This: *mut IImageList, x: c_int, y: c_int) -> HRESULTSetDragCursorImage: unsafe extern "system" fn(This: *mut IImageList, punk: *mut IUnknown, iDrag: c_int, dxHotspot: c_int, dyHotspot: c_int) -> HRESULTDragShowNolock: unsafe extern "system" fn(This: *mut IImageList, fShow: BOOL) -> HRESULTGetDragImage: unsafe extern "system" fn(This: *mut IImageList, ppt: *mut POINT, pptHotspot: *mut POINT, riid: REFIID, ppv: *mut *mut c_void) -> HRESULTGetItemFlags: unsafe extern "system" fn(This: *mut IImageList, dwFlags: *mut DWORD) -> HRESULTGetOverlayImage: unsafe extern "system" fn(This: *mut IImageList, iOverlay: c_int, piIndex: *mut c_int) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]