Struct winsafe::shell::vt::IShellItemArrayVT[][src]

pub struct IShellItemArrayVT {
    pub IUnknownVT: IUnknownVT,
    pub BindToHandler: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32,
    pub GetPropertyStore: fn(_: *mut *mut IUnknownVT, _: u32, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32,
    pub GetPropertyDescriptionList: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32,
    pub GetAttributes: fn(_: *mut *mut IUnknownVT, _: u32, _: u32, _: *mut c_void) -> i32,
    pub GetCount: fn(_: *mut *mut IUnknownVT, _: *mut u32) -> i32,
    pub GetItemAt: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut *mut IUnknownVT) -> i32,
    pub EnumItems: fn(_: *mut *mut IUnknownVT, _: *mut *mut c_void) -> i32,
}
Expand description

IShellItemArray virtual table.

Fields

IUnknownVT: IUnknownVTBindToHandler: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32GetPropertyStore: fn(_: *mut *mut IUnknownVT, _: u32, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32GetPropertyDescriptionList: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32GetAttributes: fn(_: *mut *mut IUnknownVT, _: u32, _: u32, _: *mut c_void) -> i32GetCount: fn(_: *mut *mut IUnknownVT, _: *mut u32) -> i32GetItemAt: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut *mut IUnknownVT) -> i32EnumItems: fn(_: *mut *mut IUnknownVT, _: *mut *mut c_void) -> i32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.