NODECONTAINERTYPE
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 | Bluetooth Enumerations
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.