Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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