Skip to content

Latest commit

 

History

History
110 lines (79 loc) · 3.48 KB

nf-sdplib-sdpcreatenodeuint32.md

File metadata and controls

110 lines (79 loc) · 3.48 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:sdplib.SdpCreateNodeUInt32
SdpCreateNodeUInt32 function (sdplib.h)
The Bluetooth SdpCreateNodeUInt32 function is used to allocate and initialize an SDP_NODE structure to an unsigned 32-bit integer type.
bltooth\sdpcreatenodeuint32.htm
bltooth
04/27/2018
SdpCreateNodeUInt32 function
SdpCreateNodeUInt32, SdpCreateNodeUInt32 function [Bluetooth Devices], bltooth.sdpcreatenodeuint32, bth_funcs_8091d5c3-9231-4ee4-aefe-f696a2c04cb2.xml, sdplib/SdpCreateNodeUInt32
sdplib.h
BthSdpddi.h
Desktop
Versions:\_Supported in Windows Vista, and later.
<= PASSIVE_LEVEL
Windows
SdpCreateNodeUInt32
sdplib/SdpCreateNodeUInt32
APIRef
kbSyntax
HeaderDef
sdplib.h
SdpCreateNodeUInt32

SdpCreateNodeUInt32 function

-description

The Bluetooth SdpCreateNodeUInt32 function is used to allocate and initialize an SDP_NODE structure to an unsigned 32-bit integer type.

-parameters

-param ulVal [in]

The unsigned 32-bit integer value that is used to initialize the SDP_NODE structure.

-param tag [in]

A profile driver defined tag to associate with the node.

-returns

If successful, this function returns a pointer to the newly allocated SDP_NODE structure. If not successful, this function returns NULL.

-remarks

After the SdpCreateNodeUInt32 function allocates an SDP_NODE structure, it initializes the structure in the following ways.

It ensures that the SDP_NODE structure's data type and data size fields are set appropriately.

It ensures that the pointer members of the associated SDP_NODE_HEADER structure are initialized to point to the node itself. This creates a valid list with only one element.

It ensures that the value parameter passed to the function is copied to the appropriate element of the SDP_NODE_DATA union that is associated with the SDP_NODE structure.

The data associated with the SdpCreateNodeUInt32 function is copied into the node, and the original data can be freed at any time.

Bluetooth profile drivers can obtain a pointer to this function through the BTHDDI_SDP_NODE_INTERFACE structure.

-see-also

BTHDDI_SDP_NODE_INTERFACE

SDP_NODE

SDP_NODE_DATA

SDP_NODE_HEADER