To get the IDropTarget interface for drive C:, you can use the following code:
var DropTarget: IDropTarget; begin ShellBrowser.Folder := 'C:'; DropTarget := ShellBrowser.GetUIObject(IID_IDropTarget) as IDropTarget; ...