NODECONTAINERTYPE (Windows CE 5.0)

Send Feedback

This enumeration defines container types used by the ISdpNodeContainer::GetType and ISdpNodeContainer::SetType methods.

typedef enum {NODECONTAINERTYPESEQUENCE = 0,NODECONTAINERTYPEALTERNATIVE = NodeContainerTypeSequence + 1
} NODECONTAINERTYPE;

Elements

  • NODECONTAINERTYPESEQUENCE
    Specifies that the current ISdpNodeContainer is a sequence.
  • NODECONTAINERTYPEALTERNATIVE
    Specifies that the current ISdpNodeContainer is an alternative.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthsdpdef.h.

See Also

ISdpNodeContainer::GetType | ISdpNodeContainer::SetType | ISdpNodeContainer:IUnknown | Bluetooth Application Development Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.