NODECONTAINERTYPE (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
Bluetooth Application Development Enumerations
ISdpNodeContainer::GetType
ISdpNodeContainer::SetType
ISdpNodeContainer