estructura BTHDDI_SDP_PARSE_INTERFACE (bthsdpddi.h)
La estructura BTHDDI_SDP_PARSE_INTERFACE proporciona funciones para analizar registros SDP.
Sintaxis
typedef struct _BTHDDI_SDP_PARSE_INTERFACE {
INTERFACE Interface;
PVALIDATESTREAM SdpValidateStream;
PCONVERTSTREAMTOTREE SdpConvertStreamToTree;
PCONVERTTREETOSTREAM SdpConvertTreeToStream;
PFREETREE SdpFreeTree;
PBYTESWAPUUID128 SdpByteSwapUuid128;
PBYTESWAPUINT128 SdpByteSwapUint128;
PBYTESWAPUINT64 SdpByteSwapUint64;
PRETRIEVEUUID128 SdpRetrieveUuid128;
PRETRIEVEUINT128 SdpRetrieveUint128;
PRETRIEVEUINT64 SdpRetrieveUint64;
PFINDATTRIBUTEINTREE SdpFindAttributeInTree;
PGETNEXTELEMENT SdpGetNextElement;
pReservedFunction Reserved1;
pReservedFunction Reserved2;
pReservedFunction Reserved3;
pReservedFunction Reserved4;
} BTHDDI_SDP_PARSE_INTERFACE, *PBTHDDI_SDP_PARSE_INTERFACE;
Miembros
Interface
Estructura que describe la interfaz BTHDDI_SDP_NODE_INTERFACE para su uso por parte de los controladores de perfil. Para obtener más información sobre esta estructura, vea INTERFACE.
SdpValidateStream
Puntero a la función SdpValidateStream .
SdpConvertStreamToTree
Puntero al Función SdpConvertStreamToTree .
SdpConvertTreeToStream
Puntero al Función SdpConvertTreeToStream .
SdpFreeTree
Puntero a la función SdpFreeTree .
SdpByteSwapUuid128
Puntero a la función SdpByteSwapUuid128 .
SdpByteSwapUint128
Puntero a la función SdpByteSwapUint128 .
SdpByteSwapUint64
Puntero a la función SdpByteSwapUint64 .
SdpRetrieveUuid128
Puntero a la función SdpRetrieveUuid128 .
SdpRetrieveUint128
Puntero a la función SdpRetrieveUint128 .
SdpRetrieveUint64
Puntero a la función SdpRetrieveUint64 .
SdpFindAttributeInTree
Puntero al Función SdpFindAttributeInTree .
SdpGetNextElement
Puntero a la función SdpGetNextElement .
Reserved1
Reservado para uso futuro. No debe usarse.
Reserved2
Reservado para uso futuro. No debe usarse.
Reserved3
Reservado para uso futuro. No debe usarse.
Reserved4
Reservado para uso futuro. No debe usarse.
Comentarios
Los controladores de perfil deben especificar el GUID de GUID_BTHDDI_SDP_PARSE_INTERFACE para consultar una instancia de la estructura de BTHDDI_SDP_PARSE_INTERFACE de la pila de controladores Bluetooth.
Todos los miembros de esta estructura, distintos del miembro Interface , son punteros de función.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Versions:_Supported en Windows Vista y versiones posteriores. |
Encabezado | bthsdpddi.h (incluya BthSdpddi.h) |