ISdpStream::RetrieveRecords
This method retrieves records from the stream in a pointer-alignment-safe manner.
HRESULT RetrieveRecords(
UCHAR* pStream,
ULONG size,
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.