Click or drag to resize

BHID Class

A list of Guids that specifies which handler will be created when using the BindToHandler method.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsShellBHID

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class BHID

The BHID type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBHID_AssociationArray
Gets an IQueryAssociations object for use with an item or an array of items.
Public fieldStatic memberBHID_DataObject
Gets an IDataObject object for use with an item or an array of items.
Public fieldStatic memberBHID_EnumAssocHandlers
Gets an IEnumAssocHandlers object used to enumerate the recommended association handlers for the given item.
Public fieldStatic memberBHID_EnumItems
If the item is a folder, gets an IEnumShellItems object that enumerates all items in the folder. This includes folders, nonfolders, and hidden items.
Public fieldStatic memberBHID_FilePlaceholder
Gets an object used to provide placeholder file functionality.
Public fieldStatic memberBHID_Filter
Restricts usage to IFilter.
Public fieldStatic memberBHID_LinkTargetItem
CLSID_ShellItem is initialized with the target of this item (can only be SFGAO_LINK). See GetAttributesOf for a description of SFGAO_LINK.
Public fieldStatic memberBHID_PropertyStore
Restricts usage to IPropertyStore or IPropertyStoreFactory.
Public fieldStatic memberBHID_RandomAccessStream
Gets an IRandomAccessStream object for the item.
Public fieldStatic memberBHID_SFObject
Restricts usage to BindToObject.
Public fieldStatic memberBHID_SFUIObject
Restricts usage to GetUIObjectOf.
Public fieldStatic memberBHID_SFViewObject
Restricts usage to CreateViewObject.
Public fieldStatic memberBHID_Storage
Attempts to retrieve the storage RIID, but defaults to Shell implementation on failure.
Public fieldStatic memberBHID_StorageEnum
If the item is a folder, gets an IEnumShellItems object with which to enumerate the storage contents.
Public fieldStatic memberBHID_StorageItem
Gets an IStorageItem for an item.
Public fieldStatic memberBHID_Stream
Restricts usage to IStream.
Public fieldStatic memberBHID_ThumbnailHandler
Restricts usage to IExtractImage or IThumbnailProvider.
Public fieldStatic memberBHID_Transfer
If the item is a folder, gets an ITransferSource or ITransferDestination object.
Top
See Also