Skip to content

Latest commit

 

History

History
108 lines (77 loc) · 3.41 KB

nf-sdplib-sdpcreatenodeint16.md

File metadata and controls

108 lines (77 loc) · 3.41 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.SdpCreateNodeInt16
SdpCreateNodeInt16 function (sdplib.h)
The Bluetooth SdpCreateNodeInt16 function is used to allocate and initialize an SDP_NODE structure to a 16-bit integer type.
bltooth\sdpcreatenodeint16.htm
bltooth
04/27/2018
SdpCreateNodeInt16 function
SdpCreateNodeInt16, SdpCreateNodeInt16 function [Bluetooth Devices], bltooth.sdpcreatenodeint16, bth_funcs_7ca1636f-a86f-4938-8483-461e48b13abb.xml, sdplib/SdpCreateNodeInt16
sdplib.h
BthSdpddi.h
Desktop
Versions:\_Supported in Windows Vista, and later.
<= PASSIVE_LEVEL
Windows
SdpCreateNodeInt16
sdplib/SdpCreateNodeInt16
APIRef
kbSyntax
HeaderDef
sdplib.h
SdpCreateNodeInt16

SdpCreateNodeInt16 function

-description

The Bluetooth SdpCreateNodeInt16 function is used to allocate and initialize an SDP_NODE structure to a 16-bit integer type.

-parameters

-param sVal [in]

The 16-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 SdpCreateNodeInt16 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 SdpCreateNodeInt16 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.

-see-also

BTHDDI_SDP_NODE_INTERFACE

SDP_NODE

SDP_NODE_DATA

SDP_NODE_HEADER