NodeData
This structure defines the node data in a Service Discovery Protocol (SDP) record.
typedef struct NodeData {
USHORT type;
USHORT specificType;
NodeDataUnion u;
} NodeData;
Members
- type
Specifies the SDP_TYPE. - specificType
Specifies the SDP_SPECIFICTYPE. - u
Specifies the NodeDataUnion.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.idl.
See Also
SDP_TYPE | SDP_SPECIFICTYPE | NodeDataUnion
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.