Wrapper for IShellFolder.GetUIObjectOf method.
|
Parameters |
Description |
|
const riid: TGUID |
IID of the interface that should be returned |
Returns an UI Object for the current shell object(s), wrapper, for IShellFolder.GetUIObjectOf()
Wrapper for the Windows shell API IShellFolder.GetUIObjectOf() which will be rarely used directly by developers. For a list of valid interface identifiers that can be passed please visit
MSDN. The function will use the contents of the MultiObjects property if it is not empty. The caller should clear on MultiObjects after calling this method.
To get the IDropTarget interface for drive C:, you can use the following code: