IWithIdList Interface |
Namespace: callback.ShellBoost.Core
public interface IWithIdList
The IWithIdList type exposes the following members.
Name | Description | |
---|---|---|
![]() | OpenView |
Opens a Windows Explorer window.
(Defined by Extensions.) |
![]() | WithPointer(Action<IntPtr>) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) |
![]() | WithPointer<T>(Func<IntPtr, T>) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |