IShellItem2 class com Interface

Inheritance

Constructors

IShellItem2(Pointer<COMObject> ptr)

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

AddRef() int
inherited
BindToHandler(Pointer<COMObject> pbc, Pointer<GUID> bhid, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
inherited
Compare(Pointer<COMObject> psi, int hint, Pointer<Int32> piOrder) int
inherited
GetAttributes(int sfgaoMask, Pointer<Uint32> psfgaoAttribs) int
inherited
GetBool(Pointer<PROPERTYKEY> key, Pointer<Int32> pf) int
GetCLSID(Pointer<PROPERTYKEY> key, Pointer<GUID> pclsid) int
GetDisplayName(int sigdnName, Pointer<Pointer<Utf16>> ppszName) int
inherited
GetFileTime(Pointer<PROPERTYKEY> key, Pointer<FILETIME> pft) int
GetInt32(Pointer<PROPERTYKEY> key, Pointer<Int32> pi) int
GetParent(Pointer<Pointer<COMObject>> ppsi) int
inherited
GetProperty(Pointer<PROPERTYKEY> key, Pointer<PROPVARIANT> ppropvar) int
GetPropertyDescriptionList(Pointer<PROPERTYKEY> keyType, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
GetPropertyStore(int flags, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
GetPropertyStoreForKeys(Pointer<PROPERTYKEY> rgKeys, int cKeys, int flags, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
GetPropertyStoreWithCreateObject(int flags, Pointer<COMObject> punkCreateObject, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
GetString(Pointer<PROPERTYKEY> key, Pointer<Pointer<Utf16>> ppsz) int
GetUInt32(Pointer<PROPERTYKEY> key, Pointer<Uint32> pui) int
GetUInt64(Pointer<PROPERTYKEY> key, Pointer<Uint64> pull) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
QueryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
inherited
Release() int
inherited
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited
Update(Pointer<COMObject> pbc) int

Operators

operator ==(Object other) bool
The equality operator.
inherited