Share via


NODECONTAINERTYPE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

Header bthsdpdef.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

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