Click or drag to resize
HDITEM Structure
See Microsoft's documentation for the HDITEM struct.

Namespace: VirtualRadar.Interop
Assembly: VirtualRadar.Interop (in VirtualRadar.Interop.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public struct HDITEM

The HDITEM type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldcchTextMax
See MSDN documentation.
Public fieldcxy
See MSDN documentation.
Public fieldfmt
See MSDN documentation.
Public fieldhbm
See MSDN documentation.
Public fieldStatic memberHDF_LEFT
See MSDN documentation.
Public fieldStatic memberHDF_SORTDOWN
See MSDN documentation.
Public fieldStatic memberHDF_SORTUP
See MSDN documentation.
Public fieldStatic memberHDF_STRING
See MSDN documentation.
Public fieldStatic memberHDI_FORMAT
See MSDN documentation.
Public fieldStatic memberHDM_FIRST
See MSDN documentation.
Public fieldStatic memberHDM_GETITEM
See MSDN documentation.
Public fieldStatic memberHDM_SETITEM
See MSDN documentation.
Public fieldiImage
See MSDN documentation.
Public fieldiOrder
See MSDN documentation.
Public fieldlParam
See MSDN documentation.
Public fieldmask
See MSDN documentation.
Public fieldpszText
See MSDN documentation.
Top
Remarks
At the time of writing this was at http://msdn.microsoft.com/en-gb/library/windows/desktop/bb775247(v=vs.85).aspx but don't be surprised if Microsoft have moved it.
See Also