IShellFolder class com

Exposed by all Shell namespace folder objects, its methods are used to manage folders.

Inheritance

Constructors

IShellFolder(Pointer<COMObject> ptr)
IShellFolder.from(IUnknown interface)
factory

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
Increments the reference count for an interface pointer to a COM object.
inherited
bindToObject(Pointer<ITEMIDLIST> pidl, Pointer<COMObject> pbc, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
bindToStorage(Pointer<ITEMIDLIST> pidl, Pointer<COMObject> pbc, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
compareIDs(int lParam, Pointer<ITEMIDLIST> pidl1, Pointer<ITEMIDLIST> pidl2) int
createViewObject(int hwndOwner, Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppv) int
detach() → void
Detaches the object from the Finalizer.
inherited
enumObjects(int hwnd, int grfFlags, Pointer<Pointer<COMObject>> ppenumIDList) int
getAttributesOf(int cidl, Pointer<Pointer<ITEMIDLIST>> apidl, Pointer<Uint32> rgfInOut) int
getDisplayNameOf(Pointer<ITEMIDLIST> pidl, int uFlags, Pointer<STRRET> pName) int
getUIObjectOf(int hwndOwner, int cidl, Pointer<Pointer<ITEMIDLIST>> apidl, Pointer<GUID> riid, Pointer<Uint32> rgfReserved, Pointer<Pointer<NativeType>> ppv) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseDisplayName(int hwnd, Pointer<COMObject> pbc, Pointer<Utf16> pszDisplayName, Pointer<Uint32> pchEaten, Pointer<Pointer<ITEMIDLIST>> ppidl, Pointer<Uint32> pdwAttributes) int
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
inherited
setNameOf(int hwnd, Pointer<ITEMIDLIST> pidl, Pointer<Utf16> pszName, int uFlags, Pointer<Pointer<ITEMIDLIST>> ppidlOut) int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

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