Struct winapi::shobjidl::IShellItem
[−]
[src]
pub struct IShellItem { pub lpVtbl: *const IShellItemVtbl, }
Fields
lpVtbl |
pub struct IShellItem { pub lpVtbl: *const IShellItemVtbl, }
lpVtbl |
impl IShellItem
unsafe fn BindToHandler(&mut self, pbc: *mut IBindCtx, bhid: REFGUID, riid: REFIID, ppv: *mut *mut c_void) -> HRESULT
unsafe fn GetParent(&mut self, ppsi: *mut *mut IShellItem) -> HRESULT
unsafe fn GetDisplayName(&mut self, sigdnName: SIGDN, ppszName: *mut LPWSTR) -> HRESULT
unsafe fn GetAttributes(&mut self, sfgaoMask: SFGAOF, psfgaoAttribs: *mut SFGAOF) -> HRESULT
unsafe fn Compare(&mut self, psi: *mut IShellItem, hint: SICHINTF, piOrder: *mut c_int) -> HRESULT
unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT
unsafe fn AddRef(&mut self) -> ULONG
unsafe fn Release(&mut self) -> ULONG
impl Deref for IShellItem
impl DerefMut for IShellItem
impl Debug for IShellItem
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)