IShellFolder class com
Exposed by all Shell namespace folder objects, its methods are used to manage folders.
Constructors
-
IShellFolder(Pointer<
COMObject> ptr) - IShellFolder.from(IUnknown interface)
-
factory
Properties
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< ppv) → intNativeType> > -
bindToStorage(
Pointer< ITEMIDLIST> pidl, Pointer<COMObject> pbc, Pointer<GUID> riid, Pointer<Pointer< ppv) → intNativeType> > -
compareIDs(
int lParam, Pointer< ITEMIDLIST> pidl1, Pointer<ITEMIDLIST> pidl2) → int -
createViewObject(
int hwndOwner, Pointer< GUID> riid, Pointer<Pointer< ppv) → intNativeType> > -
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
enumObjects(
int hwnd, int grfFlags, Pointer< Pointer< ppenumIDList) → intCOMObject> > -
getAttributesOf(
int cidl, Pointer< Pointer< apidl, Pointer<ITEMIDLIST> >Uint32> rgfInOut) → int -
getDisplayNameOf(
Pointer< ITEMIDLIST> pidl, int uFlags, Pointer<STRRET> pName) → int -
getUIObjectOf(
int hwndOwner, int cidl, Pointer< Pointer< apidl, Pointer<ITEMIDLIST> >GUID> riid, Pointer<Uint32> rgfReserved, Pointer<Pointer< ppv) → intNativeType> > -
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< ppidl, Pointer<ITEMIDLIST> >Uint32> pdwAttributes) → int -
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
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< ppidlOut) → intITEMIDLIST> > -
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