Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method retrieves records from the stream in a pointer-alignment-safe manner.
HRESULT RetrieveRecords(UCHAR* pStream, ULONGsize,ISdpRecord** ppSdpRecords,ULONG* pNumRecords);
Parameters
- pStream
[in] Pointer to the stream containing the record. - size
[in] Size of the record to retrieve. - ppSdpRecords
[out] Pointer to the SDP records. - pNumRecords
[out] Pointer to the number of SDP records.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.
See Also
Send Feedback on this topic to the authors