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

pub struct IShellItemVT {
    pub IUnknownVT: IUnknownVT,
    pub BindToHandler: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32,
    pub GetParent: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32,
    pub GetDisplayName: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut u16) -> i32,
    pub GetAttributes: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut u32) -> i32,
    pub Compare: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: u32, _: *mut i32) -> i32,
}
Expand description

IShellItem virtual table.

Fields

IUnknownVT: IUnknownVTBindToHandler: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: *const c_void, _: *const c_void, _: *mut *mut *mut IUnknownVT) -> i32GetParent: fn(_: *mut *mut IUnknownVT, _: *mut *mut *mut IUnknownVT) -> i32GetDisplayName: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut *mut u16) -> i32GetAttributes: fn(_: *mut *mut IUnknownVT, _: u32, _: *mut u32) -> i32Compare: fn(_: *mut *mut IUnknownVT, _: *mut c_void, _: u32, _: *mut i32) -> 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.